diff options
| author | 2023-03-22 05:20:11 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:46 -0700 | |
| commit | 3c9aa8d230df646e24210b0e5b4de81f39699f5f (patch) | |
| tree | 00fccacdc651785d567e325f6d9ea3bd03c0e9d1 /src/android/app | |
| parent | android: Move all array strings to main strings file (diff) | |
| download | yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.gz yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.tar.xz yuzu-3c9aa8d230df646e24210b0e5b4de81f39699f5f.zip | |
android: Use ellipsis character
Diffstat (limited to 'src/android/app')
| -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 @@ | |||
| 88 | <string name="emulation_control_scale">Adjust Scale</string> | 88 | <string name="emulation_control_scale">Adjust Scale</string> |
| 89 | <string name="emulation_touch_overlay_reset">Reset Overlay</string> | 89 | <string name="emulation_touch_overlay_reset">Reset Overlay</string> |
| 90 | 90 | ||
| 91 | <string name="load_settings">Loading Settings...</string> | 91 | <string name="load_settings">Loading Settings…</string> |
| 92 | 92 | ||
| 93 | <string name="external_storage_not_mounted">The external storage needs to be available in order to use yuzu</string> | 93 | <string name="external_storage_not_mounted">The external storage needs to be available in order to use yuzu</string> |
| 94 | 94 | ||