]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
scoreboard_columns_help: invert order of 2 messages
authorterencehill <piuntn@gmail.com>
Wed, 14 Mar 2018 22:44:01 +0000 (23:44 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 14 Mar 2018 22:44:01 +0000 (23:44 +0100)
qcsrc/client/hud/panel/scoreboard.qc

index 5a1ab25cceabb29fa053563a6cf7b6890584d96f..1c900660d2bbd7074cc0e48fdadae9e46ed01beb 100644 (file)
@@ -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")));