summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/values-ja/strings.xml2
-rw-r--r--Source/Android/res/values/strings.xml6
-rw-r--r--Source/Android/res/xml/cpu_prefs.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml
index 1231c753a7..8bda085586 100644
--- a/Source/Android/res/values-ja/strings.xml
+++ b/Source/Android/res/values-ja/strings.xml
@@ -62,7 +62,7 @@
<string name="cpu_settings">CPU設定</string>
<string name="emu_core_to_use">使用するエミュレーションコア</string>
<string name="dual_core">デュアルコア</string>
- <string name="on_off">有効/無効</string>
+ <string name="dual_core_descrip">有効にした場合、デュアルコアが使用されます。</string>
<string name="video_settings">ビデオ設定</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES 3</string>
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml
index 01d454c905..fd8c0f0c87 100644
--- a/Source/Android/res/values/strings.xml
+++ b/Source/Android/res/values/strings.xml
@@ -59,11 +59,11 @@
<string name="jitil_recompiler">JITIL Recompiler</string>
<string name="jit_arm_recompiler">JIT ARM Recompiler</string>
<string name="cpu_core">CPU Core</string>
- <string name="cpu_settings">CPU Settings</string>
+ <string name="cpu_settings">CPU</string>
<string name="emu_core_to_use">Emulation core to use</string>
<string name="dual_core">Dual Core</string>
- <string name="on_off">On/Off</string>
- <string name="video_settings">Video Settings</string>
+ <string name="dual_core_descrip">Whether or not to use dual-core</string>
+ <string name="video_settings">Video</string>
<string name="software_renderer">Software Renderer</string>
<string name="opengl_es3">OpenGL ES 3</string>
<string name="video_backend">Video Backend</string>
diff --git a/Source/Android/res/xml/cpu_prefs.xml b/Source/Android/res/xml/cpu_prefs.xml
index adb6fff91f..83dc830791 100644
--- a/Source/Android/res/xml/cpu_prefs.xml
+++ b/Source/Android/res/xml/cpu_prefs.xml
@@ -3,7 +3,7 @@
<!-- CPU Settings -->
<CheckBoxPreference
android:key="dualCorePref"
- android:summary="@string/on_off"
+ android:summary="@string/dual_core_descrip"
android:title="@string/dual_core" />
<ListPreference