Explorar o código

minor typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@67281 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin %!s(int64=9) %!d(string=hai) anos
pai
achega
27426daafe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      imagery/i.vi/main.c

+ 1 - 1
imagery/i.vi/main.c

@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
     opt.sl_slope->type = TYPE_DOUBLE;
     opt.sl_slope->required = NO;
     opt.sl_slope->description = _("Value of the slope of the soil line (MSAVI2 only)");
-    opt.sl_slope->guisection = _("MSAVI2 seetings");
+    opt.sl_slope->guisection = _("MSAVI2 settings");
 
     opt.sl_int = G_define_option();
     opt.sl_int->key = "soil_line_intercept";