]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
more german in csprogs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index abce87b9a982f81eb76ed766169fe2d50592bada..e95a413ec551a754b7f87b314a2b41d8607ee706 100644 (file)
@@ -543,7 +543,7 @@ void HUD_Panel_ExportCfg(string cfgname)
                fclose(fh);
        }
        else
-               print(sprintf(_("^1Couldn't write to \n"), filename));
+               print(sprintf(_("^1Couldn't write to %s\n"), filename));
 }
 
 const float hlBorderSize = 4;
@@ -4984,7 +4984,7 @@ void HUD_InfoMessages(void)
                                        if (tm.team != COLOR_SPECTATOR)
                                        if (tm.team_size == ts_max)
                                                s = strcat(s, sprintf(" Press ^3%s%s to adjust", getcommandkey("team menu", "menu_showteamselect"), blinkcolor));
-                                       drawInfoMessage(s);
+                                       drawInfoMessage(s)
                                }
                        }
                }