From 40d7fcd37b892825d9ff8bf727e45d6ce905f443 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 27 Feb 2011 02:11:11 +0100 Subject: [PATCH] Fix "Unregistered player" coloring --- qcsrc/client/hud.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 9e2c9d5e0..30a925a4f 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3889,7 +3889,7 @@ void HUD_VoteWindow(void) if(autocvar_cl_allow_uid2name == -1 && (gametype == GAME_CTS || gametype == GAME_RACE)) { vote_active = 1; - vote_called_vote = strzone(_("^2Name ^7instead of \"^1Unregistered player\" ^7in stats")); + vote_called_vote = strzone(_("^2Name ^7instead of \"^1Unregistered player^7\" in stats")); uid2name_dialog = 1; } -- 2.39.2