From 7f2d58bf06ff68bb18d1702c8426c9768c2a6a53 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 15 Mar 2017 09:14:31 +0800 Subject: [PATCH] MDL-55528 fileconverter_unoconv: Move env check langstring to core AMOS BEGIN MOV [unoconvwarning,fileconverter_unoconv],[unoconvwarning,admin] AMOS END --- files/converter/unoconv/lang/en/fileconverter_unoconv.php | 1 - lang/en/admin.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/files/converter/unoconv/lang/en/fileconverter_unoconv.php b/files/converter/unoconv/lang/en/fileconverter_unoconv.php index 3db12aee6ee..b01fda30397 100644 --- a/files/converter/unoconv/lang/en/fileconverter_unoconv.php +++ b/files/converter/unoconv/lang/en/fileconverter_unoconv.php @@ -36,4 +36,3 @@ $string['test_unoconvnotestfile'] = 'The test document to be coverted into a PDF $string['test_unoconvnotexecutable'] = 'The unoconv path points to a file that is not executable'; $string['test_unoconvok'] = 'The unoconv path appears to be properly configured.'; $string['test_unoconvversionnotsupported'] = 'The version of unoconv you have installed is not supported.'; -$string['unoconvwarning'] = 'The version of unoconv you have installed is not supported.'; diff --git a/lang/en/admin.php b/lang/en/admin.php index 9ea052e5766..3b5f902b6ec 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1244,3 +1244,4 @@ $string['mobile'] = 'Mobile'; // Deprecated since Moodle 3.3. $string['loginpasswordautocomplete'] = 'Prevent password autocompletion on login form'; $string['loginpasswordautocomplete_help'] = 'If enabled, users are not allowed to save their account password in their browser.'; +$string['unoconvwarning'] = 'The version of unoconv you have installed is not supported.';