Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2000:
[Freeciv-Dev] Minor messages inconsistency
Home

[Freeciv-Dev] Minor messages inconsistency

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Developement mailing list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Minor messages inconsistency
From: Tomasz Wegrzanowski <maniek@xxxxxxxx>
Date: Sat, 24 Jun 2000 18:14:32 +0200

--- server/plrhand.c:1949 ---
  notify_player(pplayer,
                _("Game: The diplomatic state between %s and the %s is now 
%s."),
                                                     ^
                get_nation_name_plural(pplayer->nation),
                get_nation_name_plural(pplayer2->nation),
                diplstate_text(new_type));
  notify_player_ex(pplayer2, 0, 0, E_NOEVENT,
                   _("Game: %s cancelled the diplomatic agreement!"),
                   pplayer->name);
  notify_player_ex(pplayer2, 0, 0, E_CANCEL_PACT,
                   _("Game: The diplomatic state between the %s and the %s is 
now %s."),
                                                        ^^^^^
                   get_nation_name_plural(pplayer2->nation),
                   get_nation_name_plural(pplayer->nation),
                   diplstate_text(new_type));
--- end ---

Why one with `the', one without ???
My i18n'ing is confused.



[Prev in Thread] Current Thread [Next in Thread]