From: terencehill Date: Wed, 14 Mar 2018 22:44:01 +0000 (+0100) Subject: scoreboard_columns_help: invert order of 2 messages X-Git-Tag: xonotic-v0.8.5~2231 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c2efaab88ea7e137f5eaa2566123fb6a8b03d249;p=xonotic%2Fxonotic-data.pk3dir.git scoreboard_columns_help: invert order of 2 messages --- 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")));