- UI changes in the AppTextEditor and in CNCJob properties tab and in GCoe Editor

- some changes in strings; updated all the translation strings to the latest changes
- finished the Romanian translation
This commit is contained in:
Marius Stanciu
2020-10-24 15:58:20 +03:00
committed by Marius
parent c0671b7754
commit 8a341de4ca
34 changed files with 6041 additions and 6039 deletions

View File

@@ -100,7 +100,7 @@ class GeometryGenPrefGroupUI(OptionsGroupUI):
"- Basic -> Using Google OR-Tools Basic algorithm\n"
"- TSA -> Using Travelling Salesman algorithm\n"
"\n"
"Some options are disabled when FlatCAM works in 32bit mode.")
"Some options are disabled when the application works in 32bit mode.")
)
self.opt_algorithm_radio = RadioSet(
@@ -140,8 +140,8 @@ class GeometryGenPrefGroupUI(OptionsGroupUI):
self.fuse_tools_cb = FCCheckBox(_("Fuse Tools"))
self.fuse_tools_cb.setToolTip(
_("When checked the joined (merged) object tools\n"
"will be merged also but only if they share some of their attributes.")
_("When checked, the tools will be merged\n"
"but only if they share some of their attributes.")
)
grid0.addWidget(self.fuse_tools_cb, 20, 0, 1, 2)