]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/gamecommand.qc
German at 100%
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / gamecommand.qc
index 761cd9dcade8d2309c3ea7d5e299750fed45a108..2b5862c82315bea7d8ac98d58e2e00ac71c71eef 100644 (file)
@@ -62,7 +62,7 @@ void GameCommand(string theCommand)
 
        if(argv(0) == "help" || argc == 0)
        {
-               print(_("Usage: menu_cmd theCommand..., where possible theCommands are:\n"));
+               print(_("Usage: menu_cmd command..., where possible commands are:\n"));
                print(_("  sync - reloads all cvars on the current menu page\n"));
                print(_("  directmenu ITEM - select a menu item as main item\n"));
                GameCommand_Generic("help");