]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix an annoying spelling mistake
authorRudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 12:27:08 +0000 (14:27 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 20 Apr 2011 12:27:08 +0000 (14:27 +0200)
csprogs.dat.de.po.disabled
csprogs.dat.pot
qcsrc/client/hud.qc

index 5bb3cd43722a9b0722941edd5a4d523275361f98..64535c3c8c556bf617390f7574d0c77c21bd1d42 100644 (file)
@@ -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
index 86cf8154a2e9258bd77c65f5064bb3c8b2b4ea3e..ce804d4e87e4f63266457fe2621d244df77bcdd9 100644 (file)
@@ -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
index ce8b608fce346d2f29d8e5989271a465895e1993..6a5536bcda95e0035ef23dbdb72d4c50d59b2512 100644 (file)
@@ -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) {