[Freeciv-Dev] (PR#10100) Some newlines missing in helpdata.c
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#10100) Some newlines missing in helpdata.c |
From: |
"Mateusz Stefek" <mstefek@xxxxxxxxx> |
Date: |
Tue, 14 Sep 2004 05:33:00 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10100 >
This patch fixes it
--
mateusz
----------------------------------------------------------------------
Startuj z INTERIA.PL!!! >>> http://link.interia.pl/f1830
Index: helpdata.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/helpdata.c,v
retrieving revision 1.78
diff -u -r1.78 helpdata.c
--- helpdata.c 13 Sep 2004 23:06:15 -0000 1.78
+++ helpdata.c 14 Sep 2004 12:31:55 -0000
@@ -743,11 +743,11 @@
}
if (unit_type_flag(i, F_MARINES)) {
sprintf(buf+strlen(buf), _("* Can attack from aboard sea units: against"
- " enemy cities and onto land squares."));
+ " enemy cities and onto land squares.\n"));
}
if (unit_type_flag(i, F_PARATROOPERS)) {
sprintf(buf+strlen(buf), _("* Can be paradropped from a friendly city"
- " (Range: %d)."), utype->paratroopers_range);
+ " (Range: %d).\n"), utype->paratroopers_range);
}
if (unit_type_flag(i, F_PIKEMEN)) {
sprintf(buf+strlen(buf), _("* Gets double defense against units"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#10100) Some newlines missing in helpdata.c,
Mateusz Stefek <=
|
|