From: Rudolf Polzer Date: Wed, 20 Apr 2011 12:27:08 +0000 (+0200) Subject: fix an annoying spelling mistake X-Git-Tag: xonotic-v0.5.0~109^2~21^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad3755d03b179cf89e861c35a38635ab81e5a48a;p=xonotic%2Fxonotic-data.pk3dir.git fix an annoying spelling mistake --- diff --git a/csprogs.dat.de.po.disabled b/csprogs.dat.de.po.disabled index 5bb3cd437..64535c3c8 100644 --- a/csprogs.dat.de.po.disabled +++ b/csprogs.dat.de.po.disabled @@ -469,7 +469,7 @@ msgstr "" #: qcsrc/client/hud.qc:2902 #, c-format -msgid "%s^7 made ^1TWENTY FIFE SCORES IN A ROW!\n" +msgid "%s^7 made ^1TWENTY FIVE SCORES IN A ROW!\n" msgstr "" #: qcsrc/client/hud.qc:2904 diff --git a/csprogs.dat.pot b/csprogs.dat.pot index 86cf8154a..ce804d4e8 100644 --- a/csprogs.dat.pot +++ b/csprogs.dat.pot @@ -926,7 +926,7 @@ msgstr "" #: qcsrc/client/hud.qc:2902 #, c-format -msgid "%s^7 made ^1TWENTY FIFE SCORES IN A ROW!\n" +msgid "%s^7 made ^1TWENTY FIVE SCORES IN A ROW!\n" msgstr "" #: qcsrc/client/hud.qc:2904 diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index ce8b608fc..6a5536bcd 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2899,7 +2899,7 @@ void HUD_KillNotify(string s1, string s2, string s3, float type, float msg) // s print (sprintf(_("%s^7 is a ^1BERSERKER!\n"), s1)); } else if(type == KILL_SPREE_25) { if(gentle) - print (sprintf(_("%s^7 made ^1TWENTY FIFE SCORES IN A ROW!\n"), s1)); + print (sprintf(_("%s^7 made ^1TWENTY FIVE SCORES IN A ROW!\n"), s1)); else print (sprintf(_("%s^7 inflicts ^1CARNAGE!\n"), s1)); } else if(type == KILL_SPREE_30) {