From 6136abb33a85fa6cd20c00d9f5a3b8278b6d341c Mon Sep 17 00:00:00 2001 From: matheusgomesms Date: Wed, 30 Jul 2025 18:22:40 +0200 Subject: [PATCH] [strings] Shortened test TTS button title Signed-off-by: matheusgomesms Reviewed-on: https://codeberg.org/comaps/comaps/pulls/1186 Reviewed-by: Yannik Bloscheck Reviewed-by: jeanbaptisteC Co-authored-by: matheusgomesms Co-committed-by: matheusgomesms --- android/app/src/main/res/values/strings.xml | 2 +- iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index aee371efb..c1a3ef167 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -259,7 +259,7 @@ Voice Language - Test Voice Directions (TTS, Text-To-Speech) + Test Voice Directions Check the volume or system Text-To-Speech settings if you don\'t hear the voice now diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index 114a0e873..fc2f760c8 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -274,7 +274,7 @@ "pref_tts_language_title" = "Voice Language"; /* Settings «Route» category: «Test Voice Directions» title */ -"pref_tts_test_voice_title" = "Test Voice Directions (TTS, Text-To-Speech)"; +"pref_tts_test_voice_title" = "Test Voice Directions"; /* Title for "Other" section in TTS settings. */ "pref_tts_other_section_title" = "Other";