GunChleoc has proposed merging lp:~gunchleoc/widelands/i18n-20140406 into
lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~gunchleoc/widelands/i18n-20140406/+merge/209788
Another minifix ;)
--
https://code.launchpad.net/~gunchleoc/widelands/i18n-20140406/+merge/209788
Your team Widelands Developers is requested to review the proposed merge of
lp:~gunchleoc/widelands/i18n-20140406 into lp:widelands.
=== modified file 'src/wui/interactive_base.cc'
--- src/wui/interactive_base.cc 2014-03-04 13:24:58 +0000
+++ src/wui/interactive_base.cc 2014-03-06 21:25:01 +0000
@@ -312,8 +312,7 @@
{
if (speed) {
char buffer[32];
- /** TRANSLATORS: Game speed, e.g. 2.5x */
- snprintf(buffer, sizeof(buffer), _("%1$u.%2$ux"), speed / 1000, speed / 100 % 10);
+ snprintf(buffer, sizeof(buffer), ("%u.%ux"), speed / 1000, speed / 100 % 10);
return buffer;
}
return _("PAUSE");
_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help : https://help.launchpad.net/ListHelp