Android: Add a bit more warning to the game INI deletion prompt

This commit is contained in:
JosJuice 2019-08-04 19:31:56 +02:00
parent 7a82e0f10f
commit 4261e8d892
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
<string name="preferences_game_settings">Game Settings</string> <string name="preferences_game_settings">Game Settings</string>
<string name="preferences_extensions">Extension Bindings</string> <string name="preferences_extensions">Extension Bindings</string>
<string name="game_ini_junk_title">Junk Data Found</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 --> <!-- Emulation Menu -->
<string name="emulation_screenshot">Take Screenshot</string> <string name="emulation_screenshot">Take Screenshot</string>