From 5c51e895ae5af997882ab8318071d9eb396dc162 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 4 Aug 2011 22:27:05 +0200 Subject: [PATCH] lowercase spam is spammier --- csprogs.dat.de.po | 4 ++-- qcsrc/client/waypointsprites.qc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csprogs.dat.de.po b/csprogs.dat.de.po index 7bf32b8aa..801388707 100644 --- a/csprogs.dat.de.po +++ b/csprogs.dat.de.po @@ -1662,8 +1662,8 @@ msgid "Vehicle" msgstr "Fahrzeug" #: qcsrc/client/waypointsprites.qc:590 -msgid "SPAM" -msgstr "FRÜHSTÜCKSFLEISCH" +msgid "Spam" +msgstr "Frühstücksfleisch" #: qcsrc/client/waypointsprites.qc:594 #, c-format diff --git a/qcsrc/client/waypointsprites.qc b/qcsrc/client/waypointsprites.qc index 0b11602c1..77eceab5e 100644 --- a/qcsrc/client/waypointsprites.qc +++ b/qcsrc/client/waypointsprites.qc @@ -587,7 +587,7 @@ void Draw_WaypointSprite() string txt; if(autocvar_g_waypointsprite_spam && waypointsprite_count >= autocvar_g_waypointsprite_spam) - txt = _("SPAM"); + txt = _("Spam"); else txt = spritelookuptext(spriteimage); if(self.helpme && time < self.helpme) -- 2.39.2