From 1b0aa9d0ea8e376b5963666d217ce0a3867433ce Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 15 Mar 2018 00:23:09 +0100 Subject: [PATCH] scoreboard_columns_help: fix 'sum' description --- qcsrc/client/hud/panel/scoreboard.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"))); -- 2.39.2