From bac9e5f26986e7b36c241ed63714badfa7fde711 Mon Sep 17 00:00:00 2001 From: machinewrapped Date: Tue, 29 Oct 2024 20:09:01 +0100 Subject: [PATCH] More accurate tooltip --- GUI/SettingsDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/SettingsDialog.py b/GUI/SettingsDialog.py index 6485e28..d6422e2 100644 --- a/GUI/SettingsDialog.py +++ b/GUI/SettingsDialog.py @@ -28,7 +28,7 @@ class SettingsDialog(QDialog): 'General': { 'target_language': (str, "The default language to translate the subtitles to"), 'include_original': (bool, "Include original text in translated subtitles"), - 'add_right_to_left_markers': (bool, "Add RTL markers to translated lines if they contains primarily right-to-left script"), + 'add_right_to_left_markers': (bool, "Add RTL markers around translated lines that contain primarily right-to-left script on save"), 'instruction_file': (str, "Instructions for the translation provider to follow"), 'prompt': (str, "The (brief) instruction for each batch of subtitles. Some [tags] are automatically filled in"), 'theme': [],