From 2e80ff16dd9f088154238f67cdf380bdb7e14e82 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 4 Oct 2016 08:53:19 +0800 Subject: [PATCH] MDL-53777 tool_mobile: Adjust langstring --- admin/tool/mobile/lang/en/tool_mobile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/mobile/lang/en/tool_mobile.php b/admin/tool/mobile/lang/en/tool_mobile.php index fa4b28843aa..077152fb38f 100644 --- a/admin/tool/mobile/lang/en/tool_mobile.php +++ b/admin/tool/mobile/lang/en/tool_mobile.php @@ -22,7 +22,7 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['clickheretolaunchtheapp'] = 'Please, click here if the app does not open automatically.'; +$string['clickheretolaunchtheapp'] = 'Click here if the app does not open automatically.'; $string['forcedurlscheme'] = 'The URL scheme allows to open the mobile app from other apps like the browser. Use this setting if you want to allow only your custom branded app to be opened by the browser.'; $string['forcedurlscheme_key'] = 'URL scheme'; $string['loginintheapp'] = 'Via the app';