[Freeciv-Dev] (PR#9151) bad translation in map.c:set_ratio()
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#9151) bad translation in map.c:set_ratio() |
From: |
"Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx> |
Date: |
Tue, 29 Jun 2004 12:38:54 -0700 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9151 >
This LOG_VERBOSE line shouldn't be translated. The following line needs
some spelling correction.
My mistake...
jason
Index: common/map.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/common/map.c,v
retrieving revision 1.171
diff -u -r1.171 map.c
--- common/map.c 25 Jun 2004 23:43:01 -0000 1.171
+++ common/map.c 29 Jun 2004 19:37:33 -0000
@@ -264,11 +264,8 @@
_("Requested size of %d is too big for this topology."),
map.size);
}
- freelog(LOG_VERBOSE,
- _("Creating a map of size of %2.1fk tiles"),
- base_size);
- freelog(LOG_VERBOSE,
- "map.xsize and map.ysize are seted to %d and %d ",
+ freelog(LOG_VERBOSE, "Creating a map of size of %2.1fk tiles.", base_size);
+ freelog(LOG_VERBOSE, "xsize and ysize are set to %d and %d.",
map.xsize, map.ysize);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#9151) bad translation in map.c:set_ratio(),
Jason Short <=
|
|