From: terencehill Date: Sun, 27 Feb 2011 01:11:11 +0000 (+0100) Subject: Fix "Unregistered player" coloring X-Git-Tag: xonotic-v0.5.0~309^2~11^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=40d7fcd37b892825d9ff8bf727e45d6ce905f443;p=xonotic%2Fxonotic-data.pk3dir.git Fix "Unregistered player" coloring --- 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; }