فهرست منبع

v.colors: fix message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47657 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 سال پیش
والد
کامیت
035355d08a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      vector/v.colors/main.c

+ 1 - 1
vector/v.colors/main.c

@@ -272,7 +272,7 @@ int main(int argc, char *argv[])
         Rast_invert_colors(&colors);
 
     if (flag.e->answer) {
-	G_fatal_error(_("Flag -%c needs to be implemeneted"));
+	G_fatal_error(_("Flag -%c is not implemented"), flag.e->key);
 	/*
 	if (!have_stats)
 	    have_stats = get_stats(name, mapset, &statf);