summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorConnor McLaughlin <stenzek@gmail.com>2019-08-05 16:22:14 +1000
committerGitHub <noreply@github.com>2019-08-05 16:22:14 +1000
commit049d5ed443e78009def6eb802803ff4425513653 (patch)
tree3b6e327920e1e890d1398c7768d2260cf8302b3b /Source/Android/app/src
parent7f6abfb0bf55612e1c2bde0ef633bd669e08e3ba (diff)
parent4261e8d8921c177ce99b90b7bda27b387ab35846 (diff)
Merge pull request #8291 from JosJuice/android-delete-game-ini-more-warning
Android: Add a bit more warning to the game INI deletion prompt
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
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 c64446fd8d..c74d6aebf3 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -275,7 +275,7 @@
<string name="preferences_game_settings">Game Settings</string>
<string name="preferences_extensions">Extension Bindings</string>
<string name="game_ini_junk_title">Junk Data Found</string>
- <string name="game_ini_junk_question">The settings file for this game contains junk data created by an old version of Dolphin. Would you like to fix this by deleting the settings file for this game? This cannot be undone.</string>
+ <string name="game_ini_junk_question">The settings file for this game contains junk data created by an old version of Dolphin. Would you like to fix this by deleting the settings file for this game? All game-specific settings and cheats that you have added will be removed. This cannot be undone.</string>
<!-- Emulation Menu -->
<string name="emulation_screenshot">Take Screenshot</string>