From: terencehill Date: Wed, 14 Mar 2018 23:23:09 +0000 (+0100) Subject: scoreboard_columns_help: fix 'sum' description X-Git-Tag: xonotic-v0.8.5~2230 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1b0aa9d0ea8e376b5963666d217ce0a3867433ce;p=xonotic%2Fxonotic-data.pk3dir.git scoreboard_columns_help: fix 'sum' description --- diff --git a/qcsrc/client/hud/panel/scoreboard.qc b/qcsrc/client/hud/panel/scoreboard.qc index 1c900660d..5e4a31f1e 100644 --- a/qcsrc/client/hud/panel/scoreboard.qc +++ b/qcsrc/client/hud/panel/scoreboard.qc @@ -318,7 +318,7 @@ void Cmd_Scoreboard_Help() LOG_INFO(strcat("^3kd^7 ", _("The kill-death ratio"))); LOG_INFO(strcat("^3dmg^7 ", _("The total damage done"))); LOG_INFO(strcat("^3dmgtaken^7 ", _("The total damage taken"))); - LOG_INFO(strcat("^3sum^7 ", _("frags - deaths"))); + LOG_INFO(strcat("^3sum^7 ", _("kills - deaths"))); LOG_INFO(strcat("^3caps^7 ", _("How often a flag (CTF) or a key (KeyHunt) was captured"))); LOG_INFO(strcat("^3pickups^7 ", _("How often a flag (CTF) or a key (KeyHunt) or a ball (Keepaway) was picked up"))); LOG_INFO(strcat("^3captime^7 ", _("Time of fastest cap (CTF)")));