Browse Source

Message cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60161 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 năm trước cách đây
mục cha
commit
a72b83ca7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      general/g.setproj/get_stp.c

+ 1 - 1
general/g.setproj/get_stp.c

@@ -122,7 +122,7 @@ int get_stp_num(void)
 	if (icode != 0)
 	    break;
 	else {			/* no match */
-	    G_warning(_("No match of fips state %d county %d"), SFIPS, CFIPS);
+	    G_warning(_("No match of FIPS state %d county %d"), SFIPS, CFIPS);
 	    fclose(fipsfile);
 	}
     }