From 7f61c31f85216b00d6bb02445ed327c9e1c2cd81 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 23 Aug 2013 16:10:55 -0400 Subject: [PATCH] [Android] Fix some redundancy in the category names for the settings menu. In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead. Also changed the description for dual-core They now look like this: http://i.imgur.com/qieaKmL.png --- Source/Android/res/values-ja/strings.xml | 2 +- Source/Android/res/values/strings.xml | 6 +++--- Source/Android/res/xml/cpu_prefs.xml | 2 +- 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 @@ CPU設定 使用するエミュレーションコア デュアルコア - 有効/無効 + 有効にした場合、デュアルコアが使用されます。 ビデオ設定 Software Renderer OpenGL ES 3 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 @@ JITIL Recompiler JIT ARM Recompiler CPU Core - CPU Settings + CPU Emulation core to use Dual Core - On/Off - Video Settings + Whether or not to use dual-core + Video Software Renderer OpenGL ES 3 Video Backend 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 @@