From 8296525f78f10044eea42e9161abefda29f556d3 Mon Sep 17 00:00:00 2001 From: Bob Swift Date: Sat, 11 Sep 2021 11:14:13 -0600 Subject: [PATCH] Add missing underscore to force translation of documentation --- picard/ui/options/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/options/metadata.py b/picard/ui/options/metadata.py index 2c3658444..0dba1e9dd 100644 --- a/picard/ui/options/metadata.py +++ b/picard/ui/options/metadata.py @@ -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 "