- in Film Plugin updated the GUI

- in Film Plugin some changes in the data storage; require to delete de current preferences files
- Film Plugin: now the Skew and Scale transformation have their own reference
- updated the language strings to the current strings in the app
This commit is contained in:
Marius Stanciu
2021-09-08 21:06:50 +03:00
committed by Marius
parent a49b734a50
commit b7f64d97d2
28 changed files with 37034 additions and 34279 deletions

View File

@@ -3557,7 +3557,7 @@ class MillingUI:
grid0.setColumnStretch(1, 1)
obj_frame.setLayout(grid0)
self.target_label = FCLabel('<b>%s</b>:' % _("Target"))
self.target_label = FCLabel('%s:' % _("Type"))
self.target_label.setToolTip(
_("Object for milling operation.")
)