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" />