[strings] Shortened test TTS button title

Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>

Reviewed-on: https://codeberg.org/comaps/comaps/pulls/1186
Reviewed-by: Yannik Bloscheck <yannikbloscheck@noreply.codeberg.org>
Reviewed-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org>
Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>
Co-committed-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>
This commit is contained in:
matheusgomesms
2025-07-30 18:22:40 +02:00
committed by Yannik Bloscheck
parent a0e40c98d7
commit 6136abb33a
2 changed files with 2 additions and 2 deletions

View File

@@ -259,7 +259,7 @@
<!-- Settings «Route» category: «Tts language» title --> <!-- Settings «Route» category: «Tts language» title -->
<string name="pref_tts_language_title">Voice Language</string> <string name="pref_tts_language_title">Voice Language</string>
<!-- Settings «Route» category: «Test Voice Directions» title --> <!-- Settings «Route» category: «Test Voice Directions» title -->
<string name="pref_tts_test_voice_title">Test Voice Directions (TTS, Text-To-Speech)</string> <string name="pref_tts_test_voice_title">Test Voice Directions</string>
<!-- Settings «Route» category: Pop-up message when clicking «Test Voice Directions» --> <!-- Settings «Route» category: Pop-up message when clicking «Test Voice Directions» -->
<string name="pref_tts_playing_test_voice">Check the volume or system Text-To-Speech settings if you don\'t hear the voice now</string> <string name="pref_tts_playing_test_voice">Check the volume or system Text-To-Speech settings if you don\'t hear the voice now</string>
<!-- Settings «Route» category: «Tts unavailable» subtitle --> <!-- Settings «Route» category: «Tts unavailable» subtitle -->

View File

@@ -274,7 +274,7 @@
"pref_tts_language_title" = "Voice Language"; "pref_tts_language_title" = "Voice Language";
/* Settings «Route» category: «Test Voice Directions» title */ /* 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. */ /* Title for "Other" section in TTS settings. */
"pref_tts_other_section_title" = "Other"; "pref_tts_other_section_title" = "Other";