From b49bf4299c257a6211de883f0925c87e3c7ca714 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Mudr=C3=A1k?= Date: Mon, 26 Aug 2019 21:26:38 +0200 Subject: [PATCH] MDL-66500 lang: Add the unoconvwarning string back It has been deprecated and removed by mistake. --- lang/en/admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/admin.php b/lang/en/admin.php index 7e2b8a3b358..468dc4b550a 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1302,6 +1302,7 @@ $string['unbookmarkthispage'] = 'Unbookmark this page'; $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['uninstallplugin'] = 'Uninstall'; $string['unlockaccount'] = 'Unlock account'; +$string['unoconvwarning'] = 'The version of unoconv you have installed is not supported.'; $string['unsettheme'] = 'Unset theme'; $string['unsupported'] = 'Unsupported'; $string['unsupporteddbfileformat'] = 'Your database uses Antelope as the file format. Full UTF-8 support in MySQL and MariaDB requires the Barracuda file format. Please switch to the Barracuda file format. See the documentation MySQL full unicode support for details.'; -- 2.11.4.GIT