From f7bd94b300de53595411608526c31778e075f212 Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 11 Feb 2021 12:27:44 +0100 Subject: [PATCH] 'item' -> --- qcsrc/menu/command/menu_cmd.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/command/menu_cmd.qc b/qcsrc/menu/command/menu_cmd.qc index 3b7304f31..8485c5382 100644 --- a/qcsrc/menu/command/menu_cmd.qc +++ b/qcsrc/menu/command/menu_cmd.qc @@ -47,7 +47,7 @@ void GameCommand(string theCommand) { LOG_HELP(_("Usage:^3 menu_cmd [], where possible commands are:")); LOG_HELP(_(" reloads all cvars on the current menu page")); - LOG_HELP(_(" shows the menu window named (or the menu window containing an item named 'item')")); + LOG_HELP(_(" shows the menu window named (or the menu window containing an item named )")); LOG_HELP(_(" if is not specified it shows the list of available items in the console")); LOG_HELP(_(" dumps the state of the menu as a tree to the console")); -- 2.39.2