Merged Beta_8.995 into Evo_1.0

This commit is contained in:
Marius Stanciu
2022-04-18 19:54:54 +00:00
62 changed files with 361 additions and 258 deletions

View File

@@ -164,7 +164,7 @@ class CopyEditorUI:
grid0.addWidget(separator_line, 4, 0, 1, 2)
# Type of Array
self.mode_label = FCLabel('<b>%s:</b>' % _("Mode"))
self.mode_label = FCLabel('%s:' % _("Mode"), bold=True)
self.mode_label.setToolTip(
_("Single copy or special (array of copies)")
)