diff options
| author | JosJuice <josjuice@gmail.com> | 2021-08-07 12:44:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-07 12:44:55 +0200 |
| commit | a4e5d233bea6ae3711ef8a07082c4a370c44ec3a (patch) | |
| tree | 832b21986788e104c7a80c7720403f2b493e64de /Source/Android | |
| parent | c79757618da6a5a73a8395417e133f0121a544eb (diff) | |
| parent | 84e3078307b73715d2b69cb48514d7fc31fe0e04 (diff) | |
Merge pull request #9864 from PEmu2/wiimote
Change "Wiimote" to "Wii Remote" in interface
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index 712722ae7a..e21e942e64 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -157,9 +157,9 @@ <string name="sensor_bar_sensitivity">Sensor Bar Sensitivity</string> <string name="sensor_bar_position">Sensor Bar Position</string> <string name="wiimote_scanning">Wii Remote Continuous Scanning</string> - <string name="wiimote_scanning_description">Leave this on if you are using a DolphinBar for real Wiimote support.</string> + <string name="wiimote_scanning_description">Leave this on if you are using a DolphinBar for real Wii Remote support.</string> <string name="wiimote_speaker">Wii Remote Speaker</string> - <string name="wiimote_speaker_description">Enable sound output through the speaker on a real Wiimote (DolphinBar required).</string> + <string name="wiimote_speaker_description">Enable sound output through the speaker on a real Wii Remote (DolphinBar required).</string> <string name="override_region_settings">Allow Mismatched Region Settings</string> <string name="auto_disc_change">Change Discs Automatically</string> <string name="fallback_region">Fallback Region</string> |
