Ver código fonte

Minor message change

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60157 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 anos atrás
pai
commit
0583646443
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/gpde/N_gwflow.c

+ 2 - 2
lib/gpde/N_gwflow.c

@@ -435,7 +435,7 @@ N_gwflow_3d_calc_water_budget(N_gwflow_data3d * data, N_geom_data * geom, N_arra
     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 @@ N_gwflow_2d_calc_water_budget(N_gwflow_data2d * data, N_geom_data * geom, N_arra
     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;
 }