From 576266b39f0a3852af29051c0f68dc93d3b028bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 10 Nov 2013 15:14:39 +0100 Subject: [PATCH] Add missing language items for CLI in en.xml Closes #1542 --- wcfsetup/install/files/lib/system/CLIWCF.class.php | 2 +- wcfsetup/install/lang/en.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/CLIWCF.class.php b/wcfsetup/install/files/lib/system/CLIWCF.class.php index e48aaba2c7..5eb147b5f9 100644 --- a/wcfsetup/install/files/lib/system/CLIWCF.class.php +++ b/wcfsetup/install/files/lib/system/CLIWCF.class.php @@ -154,7 +154,7 @@ class CLIWCF extends WCF { $help = WCF::getLanguage()->get('wcf.cli.help.'.self::getArgvParser()->help.'.description', true); if ($help) echo $help.PHP_EOL; else { - echo WCF::getLanguage()->getDynamicVariable('wcf.cli.noLongHelp', array('topic' => self::getArgvParser()->help)).PHP_EOL; + echo WCF::getLanguage()->getDynamicVariable('wcf.cli.help.noLongHelp', array('topic' => self::getArgvParser()->help)).PHP_EOL; } exit; } diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 63a6a89cba..c687ffa47f 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1427,11 +1427,20 @@ Allowed extensions: {', '|implode:$attachmentHandler->getFormattedAllowedExtensi + + + + + -- 2.20.1