From 548bf24c1abc37cccd7a029e6c635e136fdb023b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 28 May 2019 17:13:44 +0200 Subject: [PATCH] MOBILE-3039 lang: Reword some strings --- src/addon/storagemanager/lang/en.json | 2 +- src/assets/lang/en.json | 4 ++-- src/core/course/lang/en.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/addon/storagemanager/lang/en.json b/src/addon/storagemanager/lang/en.json index a65866e55..a3491b8b9 100644 --- a/src/addon/storagemanager/lang/en.json +++ b/src/addon/storagemanager/lang/en.json @@ -1,7 +1,7 @@ { "deletecourse": "Offload all course data", "deletedatafrom": "Offload data from {{name}}", - "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.", + "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.", "managestorage": "Manage storage", "storageused": "File storage used:" } diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index f23ea7924..ac7f5821e 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -915,7 +915,7 @@ "addon.notifications.therearentnotificationsyet": "There are no notifications.", "addon.storagemanager.deletecourse": "Offload all course data", "addon.storagemanager.deletedatafrom": "Offload data from {{name}}", - "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.", + "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.", "addon.storagemanager.managestorage": "Manage storage", "addon.storagemanager.storageused": "File storage used:", "assets.countries.AD": "Andorra", @@ -1283,7 +1283,7 @@ "core.course.confirmdeletemodulefiles": "Are you sure you want to delete these files?", "core.course.confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?", "core.course.confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?", - "core.course.confirmlimiteddownload": "You are not currently connected to WiFi. ", + "core.course.confirmlimiteddownload": "You are not currently connected to Wi-Fi. ", "core.course.confirmpartialdownloadsize": "You are about to download at least {{size}}.{{availableSpace}} Are you sure you want to continue?", "core.course.contents": "Contents", "core.course.couldnotloadsectioncontent": "Could not load the section content. Please try again later.", diff --git a/src/core/course/lang/en.json b/src/core/course/lang/en.json index 314f3a81c..2d2d0156f 100644 --- a/src/core/course/lang/en.json +++ b/src/core/course/lang/en.json @@ -9,7 +9,7 @@ "confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?", "confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?", "confirmpartialdownloadsize": "You are about to download at least {{size}}.{{availableSpace}} Are you sure you want to continue?", - "confirmlimiteddownload": "You are not currently connected to WiFi. ", + "confirmlimiteddownload": "You are not currently connected to Wi-Fi. ", "contents": "Contents", "couldnotloadsectioncontent": "Could not load the section content. Please try again later.", "couldnotloadsections": "Could not load the sections. Please try again later.",