[Freeciv-Dev] (PR#10079) Embassy status "no contact"
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#10079) Embassy status "no contact" |
From: |
"Mateusz Stefek" <mstefek@xxxxxxxxx> |
Date: |
Mon, 13 Sep 2004 01:22:41 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10079 >
When you have no contact with another player, the row in player report
is empty. This is confusing. I hope this patch helps
--
mateusz
Index: climisc.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/climisc.c,v
retrieving revision 1.138
diff -u -r1.138 climisc.c
--- climisc.c 3 Sep 2004 01:21:03 -0000 1.138
+++ climisc.c 13 Sep 2004 08:21:37 -0000
@@ -208,7 +208,7 @@
|| them->diplstates[me->player_no].contact_turns_left > 0) {
return Q_("?embassy:Contact");
} else {
- return "";
+ return Q_("?embassy:No Contact");
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#10079) Embassy status "no contact",
Mateusz Stefek <=
|
|