From 5669442ad13b44512788e99f24c5131ef57ea854 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 28 Feb 2021 02:47:09 +1000 Subject: [PATCH] Android: Fix TTY output summary not being translatable --- android/app/src/main/res/values/strings.xml | 1 + android/app/src/main/res/xml/advanced_preferences.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index c23980ce6..78a003057 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -226,4 +226,5 @@ Touchscreen Controller Opacity Touchscreen Controller Buttons Touchscreen Controller Settings + Logs debug messages printed by games. diff --git a/android/app/src/main/res/xml/advanced_preferences.xml b/android/app/src/main/res/xml/advanced_preferences.xml index f9fb608b1..5f60f555a 100644 --- a/android/app/src/main/res/xml/advanced_preferences.xml +++ b/android/app/src/main/res/xml/advanced_preferences.xml @@ -213,7 +213,7 @@ app:key="BIOS/PatchTTYEnable" app:title="@string/settings_console_tty_output" app:defaultValue="false" - app:summary="Logs debug messages printed by games." + app:summary="@string/settings_summary_console_tty_output" app:iconSpaceReserved="false" />