<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39637 >
This transaction appears to have no content
The variable name has sneaked into the string, I think. It says "pimprove sold!" when it should be "improvement sold". See diff. Cheers, JoanThe variable name has sneaked into the string, I think. It says "pimprove sold!" when it should be "improvement sold". See diff.
Cheers,
Joan
Index: cityturn.c
===================================================================
--- cityturn.c (revision 13420)
+++ cityturn.c (working copy)
@@ -1373,7 +1373,7 @@
if (pplayer->economic.gold - upkeep < 0) {
notify_player(pplayer, pcity->tile, E_IMP_AUCTIONED,
_("Can't afford to maintain %s in %s, "
- "pimprove sold!"),
+ "improvement sold!"),
improvement_name_translation(pimprove),
pcity->name);
do_sell_building(pplayer, pcity, pimprove);
_______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
