Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2002:
[Freeciv-Dev] server/citytools.c message bug. (PR#1378)
Home

[Freeciv-Dev] server/citytools.c message bug. (PR#1378)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] server/citytools.c message bug. (PR#1378)
From: SAWADA Katsuya <ama@xxxxxxxxxxx>
Date: Mon, 15 Apr 2002 06:10:04 -0700 (PDT)

I am Japanese translator.
When I tryed to transration, I found mistake. It is not sure and I
didn't see this message yet.

-- 
SAWADA, Katsuya

--- citytools.c.1.179   Wed Apr 10 02:41:35 2002
+++ citytools.c Mon Apr 15 21:33:00 2002
@@ -1132,7 +1132,7 @@
       notify_player_ex(unit_owner(punit), -1, -1, E_NOEVENT,
                       _("Game: When %s was disbanded your %s could not "
                         "get out, and it was therefore stranded."),
-                      unit_type(punit)->name, pcity->name);
+                      pcity->name, unit_type(punit)->name);
       wipe_unit(punit);
     }
     /* We just messed with the unit list. Avoid trouble by starting over.



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] server/citytools.c message bug. (PR#1378), SAWADA Katsuya <=