[android] Explain why the TTS button doesn't work when no engine installed

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond
2025-08-23 18:13:57 +01:00
committed by Konstantin Pastbin
parent eaeae8f31d
commit a338a18590
3 changed files with 6 additions and 1 deletions

View File

@@ -941,4 +941,5 @@
<!-- Title of the bottom sheet when sharing the track -->
<string name="share_track">Share Track</string>
<string name="delete_track_dialog_title">Delete %s?</string>
<string name="pref_tts_no_system_tts_short">No text-to-speech engine found, check the app settings</string>
</resources>