Merge pull request #10181 from JosJuice/android-data-app
Android: Adjust string about file manager apps on Android 11
This commit is contained in:
commit
a80fcf38ae
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue