Forráskód Böngészése

r.reclass.area: use standardized options (https://trac.osgeo.org/grass/ticket/2409) - (merge https://trac.osgeo.org/grass/changeset/63043 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63045 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 éve
szülő
commit
0ae768a613
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      scripts/r.reclass.area/r.reclass.area.py

+ 2 - 2
scripts/r.reclass.area/r.reclass.area.py

@@ -39,7 +39,7 @@
 #%option
 #% key: value
 #% type: double
-#% description: Value option that sets the area size limit [hectares]
+#% description: Value option that sets the area size limit (in hectares)
 #% required: yes
 #% guisection: Area
 #%end
@@ -47,7 +47,7 @@
 #%option
 #% key: mode
 #% type: string
-#% description: Lesser or greater than the value
+#% description: Lesser or greater than specified value
 #% options: lesser,greater
 #% required: yes
 #% guisection: Area