Skip to content

Commit 2c3caf3

Browse files
committed
Sync strings for 3.7.0-rc
1 parent adfd6d8 commit 2c3caf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
$string['addon.notifications.therearentnotificationsyet'] = 'There are no notifications.';
209209
$string['addon.storagemanager.deletecourse'] = 'Offload all course data';
210210
$string['addon.storagemanager.deletedatafrom'] = 'Offload data from {{name}}';
211-
$string['addon.storagemanager.info'] = 'Files stored on your device make the app work faster, and when offline. You can safely offload them if you need to free up storage space.';
211+
$string['addon.storagemanager.info'] = 'Files stored on your device make the app work faster and enable the app to be used offline. You can safely offload files if you need to free up storage space.';
212212
$string['addon.storagemanager.managestorage'] = 'Manage storage';
213213
$string['addon.storagemanager.storageused'] = 'File storage used:';
214214
$string['core.android'] = 'Android';
@@ -241,7 +241,7 @@
241241
$string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?';
242242
$string['core.course.confirmdownload'] = 'You are about to download {{size}}. Are you sure you want to continue?';
243243
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download. Are you sure you want to continue?';
244-
$string['core.course.confirmlimiteddownload'] = 'You are not currently connected to WiFi. ';
244+
$string['core.course.confirmlimiteddownload'] = 'You are not currently connected to Wi-Fi. ';
245245
$string['core.course.confirmpartialdownloadsize'] = 'You are about to download <strong>at least</strong> {{size}}. Are you sure you want to continue?';
246246
$string['core.course.contents'] = 'Contents';
247247
$string['core.course.couldnotloadsectioncontent'] = 'Could not load the section content. Please try again later.';

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 = 2019031400;
28+
$plugin->version = 2019052800;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.6.1'; // This should be the latest Mobile app version
31+
$plugin->release = '3.7.0-rc'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)