diff options
| author | Léo Lam <leo@leolam.fr> | 2021-10-24 01:17:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-24 01:17:49 +0200 |
| commit | a80fcf38ae51d5a1da76c878f89a5bd073de1c72 (patch) | |
| tree | 5d2288e4dfb92269a36fe0a20d7a63124fb674db /Source/Android | |
| parent | 5d5f01992135920170a5c75f7f77ad9c3aba7bce (diff) | |
| parent | ab735293b122577696f0e97129ca79ab390b7b85 (diff) | |
Merge pull request #10181 from JosJuice/android-data-app
Android: Adjust string about file manager apps on Android 11
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 5da8969623..a0b9d2fcd6 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -358,7 +358,7 @@ <string name="user_data_submenu">User Data</string> <string name="user_data_old_location">Your user data is stored in a location which will <b>not</b> be deleted when you uninstall the app:</string> <string name="user_data_new_location">Your user data is stored in a location which <b>will be deleted</b> when you uninstall the app:</string> - <string name="user_data_new_location_android_11">Because you\'re using Android 11 or newer, you can\'t access this location using file manager apps. However, you can access it using the system file manager, or by connecting your device to a PC.</string> + <string name="user_data_new_location_android_11">Because you\'re using Android 11 or newer, not all file manager apps can access this location. However, you can access it using the system file manager (if present on your device), or by connecting your device to a PC.</string> <string name="user_data_open_system_file_manager">Open System File Manager</string> <string name="user_data_open_system_file_manager_failed">Sorry, Dolphin couldn\'t find the system file manager on your device.</string> |
