]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Correct simple description
authorSamual <samual@xonotic.org>
Fri, 14 Oct 2011 15:33:34 +0000 (11:33 -0400)
committerSamual <samual@xonotic.org>
Fri, 14 Oct 2011 15:33:34 +0000 (11:33 -0400)
qcsrc/client/hud.qc

index be900d4a5326d20bf5b6062b0827a1d260cbdace..7f7d6e079aa5e3051d0beba86fbfc8fe0120d863 100644 (file)
@@ -2987,7 +2987,7 @@ void HUD_VoteWindow(void)
                }
                if(vote_called_vote)
                        strunzone(vote_called_vote);
-               vote_called_vote = strzone(_("^2Name ^7instead of \"^1Unregistered player^7\" in stats"));
+               vote_called_vote = strzone(_("^2Name ^7instead of \"^1Anonymous player^7\" in stats"));
                uid2name_dialog = 1;
        }