From: Samual Date: Fri, 14 Oct 2011 15:33:34 +0000 (-0400) Subject: Correct simple description X-Git-Tag: xonotic-v0.6.0~40^2~44^2^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a01e49edd9c6faf5b442f96930954e646287e604;p=xonotic%2Fxonotic-data.pk3dir.git Correct simple description --- 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; }