]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix "Unregistered player" coloring
authorterencehill <piuntn@gmail.com>
Sun, 27 Feb 2011 01:11:11 +0000 (02:11 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 27 Feb 2011 01:11:11 +0000 (02:11 +0100)
qcsrc/client/hud.qc

index 9e2c9d5e09a84e773fb35e4f5c08db21ceec2023..30a925a4f8d815560f4ba87127ea6ed14e1d5244 100644 (file)
@@ -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;
        }