Skip to content

Commit

Permalink
More accurate tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
machinewrapped committed Oct 29, 2024
1 parent d3ffc3c commit bac9e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/SettingsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [],
Expand Down

0 comments on commit bac9e5f

Please sign in to comment.