Ver código fonte

temporal: fix typo in msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66349 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 anos atrás
pai
commit
2599e2443a

+ 1 - 1
temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py

@@ -90,7 +90,7 @@
 
 #%flag
 #% key: s
-#% description: Use start time - truncated accoring to granularity - as suffix. This flag overrides the offset option.
+#% description: Use start time - truncated according to granularity - as suffix (overrides offset option)
 #%end
 
 import grass.script as gcore

+ 1 - 1
temporal/t.rast.aggregate/t.rast.aggregate.py

@@ -98,7 +98,7 @@
 
 #%flag
 #% key: s
-#% description: Use start time - truncated accoring to granularity - as suffix. This flag overrides the offset option.
+#% description: Use start time - truncated according to granularity - as suffix (overrides offset option)
 #%end
 
 import grass.script as gcore