From c2efaab88ea7e137f5eaa2566123fb6a8b03d249 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 14 Mar 2018 23:44:01 +0100 Subject: [PATCH] scoreboard_columns_help: invert order of 2 messages --- 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 5a1ab25cc..1c900660d 100644 --- a/qcsrc/client/hud/panel/scoreboard.qc +++ b/qcsrc/client/hud/panel/scoreboard.qc @@ -300,8 +300,8 @@ void Cmd_Scoreboard_Help() LOG_INFO(_("Usage:")); LOG_INFO("^2scoreboard_columns_set default"); LOG_INFO(_("^2scoreboard_columns_set ^7field1 field2 ...")); - LOG_INFO(_("The following field names are recognized (case insensitive):")); LOG_INFO(_("You can use a ^3|^7 to start the right-aligned fields.")); + LOG_INFO(_("The following field names are recognized (case insensitive):")); LOG_INFO(""); LOG_INFO(strcat("^3name^7 ", _("Name of a player"))); -- 2.39.2