[Freeciv-Dev] Small patch: fix a message (PR#665)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Added a missing dot because the other "Game: "-messages end with a dot. Also
fixed too long lines.
--- cityturn.c~ Tue Jan 23 19:17:13 2001
+++ cityturn.c Tue Jan 23 18:28:25 2001
@@ -767,6 +767,8 @@
notify_conn_ex(dest, pcity->x, pcity->y,
E_CITY_WONDER_WILL_BE_BUILT,
- _("Game: Notice: Wonder %s in %s will be finished next
turn"),
- get_improvement_name(pcity->currently_building),
pcity->name);
+ _("Game: Notice: Wonder %s in %s will be finished"
+ " next turn."),
+ get_improvement_name(pcity->currently_building),
+ pcity->name);
}
cityturn.diff
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] Small patch: fix a message (PR#665),
sigra <=
|
|