Add missing underscore to force translation of documentation

This commit is contained in:
Bob Swift
2021-09-11 11:14:13 -06:00
parent ff2f76ffe6
commit 8296525f78

View File

@@ -275,7 +275,7 @@ class ScriptExceptionSelector(PicardDialog):
self.ui.selected_scripts.currentRowChanged.connect(self.selected_script_changed)
self.ui.weighting_selector.valueChanged.connect(self.weighting_changed)
weighting_tooltip_text = (
weighting_tooltip_text = _(
"Each selected script includes a matching threshold value used to determine if that script should be used. When an artist name is "
"evaluated to determine if it matches one of your selected scripts, it is first parsed to determine which scripts are represented "
"in the name, and what weighted percentage of the name belongs to each script. Then each of your selected scripts are checked, and "