- fixed a string ("Penelization Reference") by Hans Boot contribution.

This commit is contained in:
Marius Stanciu
2020-12-31 18:24:13 +02:00
committed by Marius
parent 737f1cb7ba
commit 7dbd59ff77
12 changed files with 13 additions and 12 deletions

View File

@@ -1042,7 +1042,7 @@ class PanelizeUI:
grid0.addWidget(self.object_combo, 4, 0, 1, 2)
# Type of box Panel object
self.box_label = FCLabel("<b>%s:</b>" % _("Penelization Reference"))
self.box_label = FCLabel("<b>%s:</b>" % _("Panelization Reference"))
self.box_label.setToolTip(
_("Choose the reference for panelization:\n"
"- Object = the bounding box of a different object\n"