From: terencehill Date: Thu, 11 Feb 2021 11:27:44 +0000 (+0100) Subject: 'item' -> X-Git-Tag: xonotic-v0.8.5~560^2~2 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=f7bd94b300de53595411608526c31778e075f212;p=xonotic%2Fxonotic-data.pk3dir.git 'item' -> --- 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"));