summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-08-06 22:58:02 +0200
committerJosJuice <josjuice@gmail.com>2020-09-08 16:39:34 +0200
commita03f40ab15c60140cecd28e421e9d3aa6815e14a (patch)
treed1681d232fbb875248c124695bc3d0f68f322b56 /Source/Android
parent29bb51c456fa9fa5331fb8e7928cc1e84a71272b (diff)
Android: Change "Exit" to "Exit Emulation"
Diffstat (limited to 'Source/Android')
-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 033f279b4b..230fd949ac 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -336,7 +336,7 @@
<string name="emulation_screenshot">Take Screenshot</string>
<string name="emulation_savestate">Save State</string>
<string name="emulation_loadstate">Load State</string>
- <string name="emulation_exit">Exit</string>
+ <string name="emulation_exit">Exit Emulation</string>
<string name="emulation_slot1">Slot 1</string>
<string name="emulation_slot2">Slot 2</string>
<string name="emulation_slot3">Slot 3</string>