From 86bc2943c2dd5507a5eb84173308104224ed8f61 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 26 Apr 2026 18:00:37 +0100 Subject: [PATCH] Rename "Opposite of Primary Display" option for brevity --- .../app/src/main/res/menu/menu_secondary_screen_layout.xml | 2 +- src/android/app/src/main/res/values/arrays.xml | 2 +- src/android/app/src/main/res/values/strings.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml b/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml index 01f571061..3fc2cbf6f 100644 --- a/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml +++ b/src/android/app/src/main/res/menu/menu_secondary_screen_layout.xml @@ -25,7 +25,7 @@ android:id="@+id/menu_secondary_layout_group"> + android:title="@string/emulation_secondary_display_opposite" /> @string/emulation_secondary_display_default - @string/emulation_secondary_display_reverse_primary + @string/emulation_secondary_display_opposite @string/emulation_top_screen @string/emulation_bottom_screen @string/emulation_screen_layout_sidebyside diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 373d72223..7c35ed749 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -513,7 +513,7 @@ Original Default None (system default) - Opposite of Primary Display + Opposite Screen Custom Layout Background Color The color which appears behind the screens during emulation, represented as an RGB value.