[GRASS-SVN] r60157 - grass/trunk/lib/gpde
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 9 07:55:48 PDT 2014
Author: hcho
Date: 2014-05-09 07:55:48 -0700 (Fri, 09 May 2014)
New Revision: 60157
Modified:
grass/trunk/lib/gpde/N_gwflow.c
Log:
Minor message change
Modified: grass/trunk/lib/gpde/N_gwflow.c
===================================================================
--- grass/trunk/lib/gpde/N_gwflow.c 2014-05-09 11:13:13 UTC (rev 60156)
+++ grass/trunk/lib/gpde/N_gwflow.c 2014-05-09 14:55:48 UTC (rev 60157)
@@ -435,7 +435,7 @@
if(fabs(sum) < 0.0000000001)
G_message(_("The total sum of the water budget: %g\n"), sum);
else
- G_warning(_("The total sum of the water budget is significant larger then 0: %g\n"), sum);
+ G_warning(_("The total sum of the water budget is significantly larger then 0: %g\n"), sum);
return;
}
@@ -714,7 +714,7 @@
if(fabs(sum) < 0.0000000001)
G_message(_("The total sum of the water budget: %g\n"), sum);
else
- G_warning(_("The total sum of the water budget is significant larger then 0: %g\n"), sum);
+ G_warning(_("The total sum of the water budget is significantly larger then 0: %g\n"), sum);
return;
}
More information about the grass-commit
mailing list