From a01e49edd9c6faf5b442f96930954e646287e604 Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 14 Oct 2011 11:33:34 -0400 Subject: [PATCH] Correct simple description --- 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 be900d4a5..7f7d6e079 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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; } -- 2.39.2