summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-03-15 19:29:08 +0100
committerJosJuice <josjuice@gmail.com>2022-03-15 19:29:08 +0100
commitc0f6aa7ab1b9147337b2eb6c5852a5abc27666e5 (patch)
tree91688e3c58c8386d2c6f13b17112247cfc491856 /Source/Android
parentbf261f6144a8cc75bcbdd4c09b19bdfa3dbe49b3 (diff)
Android: Clarify what we mean by "user data"
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index 06374b6a7c..6bc37084ef 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -373,10 +373,10 @@
<!-- User Data -->
<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_old_location">Your user data (settings, saves, etc.) 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 (settings, saves, etc.) is stored in a location which <b>will be deleted</b> when you uninstall the app:</string>
<!-- Android 10 and up support android:hasFragileUserData -->
- <string name="user_data_new_location_android_10">Your user data is stored in a location which by default <b>will be deleted</b> when you uninstall the app:</string>
+ <string name="user_data_new_location_android_10">Your user data (settings, saves, etc.) is stored in a location which by default <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, file manager apps can\'t access this folder in the same way as regular folders. You might be able to access the folder 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_import">Import User Data</string>