فهرست منبع

temporal: fix typo in msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66349 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 سال پیش
والد
کامیت
2599e2443a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      temporal/t.rast.aggregate.ds/t.rast.aggregate.ds.py
  2. 1 1
      temporal/t.rast.aggregate/t.rast.aggregate.py

+ 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