]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
gettext a string which was missed for warmup
authorSamual <samual@xonotic.org>
Tue, 5 Apr 2011 09:55:46 +0000 (05:55 -0400)
committerSamual <samual@xonotic.org>
Tue, 5 Apr 2011 09:55:46 +0000 (05:55 -0400)
qcsrc/client/hud.qc

index 07ca8841b2c8abc7848aebc150cf4efb221e6f60..4728284a402562876d75286180e9cc935f27cedd 100644 (file)
@@ -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)
                }