- trimmed the application strings
This commit is contained in:
committed by
Marius Stanciu
parent
77c66862c5
commit
f5310148eb
@@ -781,7 +781,7 @@ class SubUI:
|
||||
grid0.addWidget(self.sub_geo_combo, 20, 1)
|
||||
|
||||
self.close_paths_cb = FCCheckBox(_("Close paths"))
|
||||
self.close_paths_cb.setToolTip(_("Checking this will close the paths cut by the Geometry subtractor object."))
|
||||
self.close_paths_cb.setToolTip(_("Checking this will close the paths cut by the subtractor object."))
|
||||
|
||||
grid0.addWidget(self.close_paths_cb, 22, 0, 1, 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user