about summary refs log tree commit diff
path: root/src/game/client/components
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-10-11 00:16:37 +0200
committeroy <Tom_Adams@web.de>2010-10-11 00:16:37 +0200
commit107545da0a5c3a7ee860679ded994173f48c39ad (patch)
treea27514632e0124e375004a7d446d20c0332277f7 /src/game/client/components
parentcd95f1869e12a8ca2983a1b3300d195f043d6391 (diff)
downloadzcatch-107545da0a5c3a7ee860679ded994173f48c39ad.tar.gz
zcatch-107545da0a5c3a7ee860679ded994173f48c39ad.zip
localised "REC"-notification
Diffstat (limited to 'src/game/client/components')
-rw-r--r--src/game/client/components/scoreboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/scoreboard.cpp b/src/game/client/components/scoreboard.cpp
index 25e71f8b..fd862348 100644
--- a/src/game/client/components/scoreboard.cpp
+++ b/src/game/client/components/scoreboard.cpp
@@ -295,7 +295,7 @@ void CScoreboard::RenderRecordingNotification(float x)
 	Graphics()->QuadsEnd();
 
 	//draw the text
-	TextRender()->Text(0, x+50.0f, 8.0f, 24.0f, "REC", -1);
+	TextRender()->Text(0, x+50.0f, 8.0f, 24.0f, Localize("REC"), -1);
 }
 
 void CScoreboard::OnRender()