Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2005:
[Freeciv-Dev] (PR#14456) Plural required
Home

[Freeciv-Dev] (PR#14456) Plural required

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#14456) Plural required
From: "Christian Knoke" <chrisk@xxxxxxxxx>
Date: Tue, 25 Oct 2005 13:31:34 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14456 >


SVN HEAD 25 OCT 2005 GTK2

This helpdata.c:1296 text requires plural form:

  if (gov->martial_law_max > 0) {
    sprintf(buf + strlen(buf),
            _("* You may impose martial law.  Each "
              "military unit inside a city, up to a maximum of %d, will "
              "force %d unhappy citizens to become content.\n"),
            gov->martial_law_max, gov->martial_law_per);
  }

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#14456) Plural required, Christian Knoke <=