diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-22 10:20:11 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:46 +0200 |
commit | 3c9aa8d230df646e24210b0e5b4de81f39699f5f (patch) | |
tree | 00fccacdc651785d567e325f6d9ea3bd03c0e9d1 /src/android | |
parent | android: Move all array strings to main strings file (diff) | |
download | yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.gz yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.bz2 yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.lz yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.xz yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.zst yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 2df25f0ff..7da113728 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -88,7 +88,7 @@ <string name="emulation_control_scale">Adjust Scale</string> <string name="emulation_touch_overlay_reset">Reset Overlay</string> - <string name="load_settings">Loading Settings...</string> + <string name="load_settings">Loading Settings…</string> <string name="external_storage_not_mounted">The external storage needs to be available in order to use yuzu</string> |