From: Samual Date: Tue, 5 Apr 2011 09:55:46 +0000 (-0400) Subject: gettext a string which was missed for warmup X-Git-Tag: xonotic-v0.5.0~307^2~8^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=83f645486d160af5191101d6267292f88d2e3c6d;p=xonotic%2Fxonotic-data.pk3dir.git gettext a string which was missed for warmup --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 07ca8841b..4728284a4 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4958,7 +4958,7 @@ void HUD_InfoMessages(void) } else if(warmup_stage && !intermission && !spectatee_status) { - s = strcat("^2Press ^3%s^2 to end warmup", getcommandkey("ready", "ready")); + s = sprintf(_("^2Press ^3%s^2 to end warmup"), getcommandkey("ready", "ready")); drawInfoMessage(s) }