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.