hedgewars/uStore.pas
changeset 13832 10a3b80130b5
parent 13821 94d0d1ab7a0e
child 13876 aa321e51da14
--- a/hedgewars/uStore.pas	Thu Oct 04 17:55:08 2018 +0200
+++ b/hedgewars/uStore.pas	Thu Oct 04 19:04:27 2018 +0200
@@ -511,7 +511,7 @@
     AFKTexture:= RenderStringTex(trmsg[sidAFK], cCentralMessageColor, fntBig);
     keyConfirm:= KeyBindToName('confirm');
     keyQuit:= KeyBindToName('quit');
-    ConfirmTexture:= RenderStringTex(Format(trmsg[sidConfirm], [keyConfirm, keyQuit]), cCentralMessageColor, fntBig);
+    ConfirmTexture:= RenderStringTex(Format(trmsg[sidConfirm], keyConfirm, keyQuit), cCentralMessageColor, fntBig);
     SyncTexture:= RenderStringTex(trmsg[sidSync], cCentralMessageColor, fntBig);
 
     if not reload then