localised "REC"-notification

This commit is contained in:
oy 2010-10-11 00:16:37 +02:00
parent cd95f1869e
commit 107545da0a

View file

@ -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()