From 107545da0a5c3a7ee860679ded994173f48c39ad Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 11 Oct 2010 00:16:37 +0200 Subject: localised "REC"-notification --- src/game/client/components/scoreboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() -- cgit 1.4.1