From a2709ce25c7f550ef41f926554c62ce34b8cdf40 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 13 Sep 2011 14:48:18 +0200 Subject: [PATCH] Fix name description alignment in scoreboard_columns_set help --- qcsrc/client/scoreboard.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index d4556374a..be457e480 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -244,7 +244,7 @@ void Cmd_HUD_Help(float argc) print(_("The following field names are recognized (case insensitive):\n")); print(_("You can use a ^3|^7 to start the right-aligned fields.\n\n")); - print(_("^3name^7 or ^3nick^7 Name of a player\n")); + print(_("^3name^7 or ^3nick^7 Name of a player\n")); print(_("^3ping^7 Ping time\n")); print(_("^3pl^7 Packet loss\n")); print(_("^3kills^7 Number of kills\n")); -- 2.39.2