Skip to content

Commit 394d7a7

Browse files
author
Travis CI User
committed
Update lang files from 3.8.2
1 parent 0f7d955 commit 394d7a7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
$string['addon.storagemanager.managestorage'] = 'Manage storage';
222222
$string['addon.storagemanager.storageused'] = 'File storage used:';
223223
$string['core.browser'] = 'Browser';
224-
$string['core.cannotconnect'] = 'Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle {{$a}} or later.';
224+
$string['core.cannotconnect'] = '<strong>Cannot connect</strong>: Verify that you have correctly typed your site address.';
225225
$string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.';
226226
$string['core.captureaudio'] = 'Record audio';
227227
$string['core.capturedimage'] = 'Taken picture.';
@@ -388,7 +388,6 @@
388388
$string['core.login.loginbutton'] = 'Log in';
389389
$string['core.login.logininsiterequired'] = 'You need to log in to the site in a browser window.';
390390
$string['core.login.mobileservicesnotenabled'] = 'Mobile access is not enabled on your site. Please contact your site administrator if you think it should be enabled.';
391-
$string['core.login.newsitedescription'] = 'Please enter the URL of your Moodle site. Note that it might not be configured to work with this app.';
392391
$string['core.login.notloggedin'] = 'You need to be logged in.';
393392
$string['core.login.passwordrequired'] = 'Password required';
394393
$string['core.login.problemconnectingerror'] = 'We\'re having trouble connecting to';
@@ -402,7 +401,7 @@
402401
$string['core.login.searchby'] = 'Search by:';
403402
$string['core.login.selectsite'] = 'Please select your site:';
404403
$string['core.login.signupplugindisabled'] = '{{$a}} is not enabled.';
405-
$string['core.login.siteaddress'] = 'Site address';
404+
$string['core.login.siteaddress'] = 'Your site address';
406405
$string['core.login.sitehasredirect'] = 'Your site contains at least one HTTP redirect. The app cannot follow redirects, this could be the issue that\'s preventing the app from connecting to your site.';
407406
$string['core.login.siteinmaintenance'] = 'Your site is in maintenance mode';
408407
$string['core.login.sitepolicynotagreederror'] = 'Site policy not agreed.';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2020033000;
28+
$plugin->version = 2020040100;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.8.1-dev'; // This should be the latest Mobile app version
31+
$plugin->release = '3.8.2'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)