diff --git a/qt/aqt/addons.py b/qt/aqt/addons.py index 4e97c7789..b5e534cce 100644 --- a/qt/aqt/addons.py +++ b/qt/aqt/addons.py @@ -709,6 +709,7 @@ class AddonsDialog(QDialog): qconnect(f.config.clicked, self.onConfig) qconnect(self.form.addonList.itemDoubleClicked, self.onConfig) qconnect(self.form.addonList.currentRowChanged, self._onAddonItemSelected) + self.setWindowTitle(tr(TR.ADDONS_WINDOW_TITLE)) self.setAcceptDrops(True) self.redrawAddons() restoreGeom(self, "addons") diff --git a/qt/designer/addons.ui b/qt/designer/addons.ui index 8ac9b40c8..770426846 100644 --- a/qt/designer/addons.ui +++ b/qt/designer/addons.ui @@ -14,7 +14,7 @@ - Add-ons + ADD-ONS true diff --git a/qt/ftl/addons.ftl b/qt/ftl/addons.ftl index a7163f1e1..0b35589dd 100644 --- a/qt/ftl/addons.ftl +++ b/qt/ftl/addons.ftl @@ -2,8 +2,9 @@ addons-possibly-involved = Add-ons possibly involved: { $addons } addons-failed-to-load = An add-on you installed failed to load. If problems persist, please go to the Tools>Add-ons menu, and disable or delete the add-on. - When loading '{$name}': - {$traceback} + When loading '{ $name }': + { $traceback } # Shown in the add-on configuration screen (Tools>Add-ons>Config), in the title bar -addons-config-window-title = Configure '{$name}' -addons-config-validation-error = There was a problem with the provided configuration: {$problem}, at path {$path}, against schema {$schema}. +addons-config-window-title = Configure '{ $name }' +addons-config-validation-error = There was a problem with the provided configuration: { $problem }, at path { $path }, against schema { $schema }. +addons-window-title = Add-ons