[Freeciv-Dev] (PR#12476) <player> has caused an incident while stealing
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12476 >
Like this?
-Daniel
Index: server/diplomats.c
===================================================================
--- server/diplomats.c (revision 11634)
+++ server/diplomats.c (working copy)
@@ -1245,12 +1245,12 @@
break;
case DIPLOMAT_STEAL:
notify_player(offender, victim_tile, E_DIPLOMATIC_INCIDENT,
- _("You have caused an incident while stealing "
- "tech from %s."),
+ _("You have caused an incident while attempting "
+ "to steal tech from %s."),
victim_player->name);
notify_player(victim_player, victim_tile, E_DIPLOMATIC_INCIDENT,
- _("%s has caused an incident while stealing "
- "tech from you."),
+ _("%s has caused an incident while attempting "
+ "to steal tech from you."),
offender->name);
break;
case DIPLOMAT_INCITE:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#12476) <player> has caused an incident while stealing tech from you,
Daniel Markstedt <=
|
|