Changes between Version 23 and Version 24 of Submitting/C


Ignore:
Timestamp:
Jun 11, 2014, 10:25:10 AM (10 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Submitting/C

    v23 v24  
    139139        G_message(_("State Plane"));
    140140}}}
    141     Any message with a noun in plural form has to pass _n() macro,
    142 even if for the English language it is not required!
     141    Any message with a noun in plural form has to pass _n() macro, even if for the English language it is not required!
    143142{{{
    144143       G_message(_n("One map", "%d maps", number), number);
    145144}}}   
    146     See [src:grass/trunk/locale/README] for details.
     145    See source:grass/trunk/locale/README for details.
    147146
    148147