- added updated Italian translation by Massimiliano Golfetto

- added updated Romanian translation
- updated the language strings
This commit is contained in:
Marius Stanciu
2021-09-10 00:06:46 +03:00
committed by Marius
parent 4b52196310
commit 1f0af5fcc8
24 changed files with 40849 additions and 41134 deletions

View File

@@ -894,7 +894,7 @@ class CalcUI:
# Thiourea
self.th_label = FCLabel('%s:' % _("Thiourea"))
self.th_label.setToolTip(_('Thiourea.'))
self.th_label.setToolTip('%s.' % _('Thiourea'))
self.th_entry = FCDoubleSpinner(callback=self.confirmation_message)
self.th_entry.setSizePolicy(QtWidgets.QSizePolicy.Policy.MinimumExpanding,
QtWidgets.QSizePolicy.Policy.Preferred)

View File

@@ -110,7 +110,7 @@ class PcbWizard(AppTool):
AppTool.run(self)
self.set_tool_ui()
self.app.ui.notebook.setTabText(2, _("PCBWizard Import"))
self.app.ui.notebook.setTabText(2, _("PcbWizard Import"))
def install(self, icon=None, separator=None, **kwargs):
AppTool.install(self, icon, separator, **kwargs)