|
|
@@ -38,10 +38,7 @@ class ToolsSubPrefGroupUI(OptionsGroupUI):
|
|
|
self.close_paths_cb = FCCheckBox(_("Close paths"))
|
|
|
self.close_paths_cb.setToolTip(_("Checking this will close the paths cut by the Geometry substractor object."))
|
|
|
self.layout.addWidget(self.close_paths_cb)
|
|
|
- self.delete_sources_cb = FCCheckBox(_("Delete source"))
|
|
|
- self.delete_sources_cb.setToolTip(
|
|
|
- _("If checked will delete the source objects.")
|
|
|
- )
|
|
|
+
|
|
|
self.delete_sources_cb = FCCheckBox(_("Delete source"))
|
|
|
self.delete_sources_cb.setToolTip(
|
|
|
_("When checked will delete the source objects\n"
|