- added updated Italian translation by Massimiliano Golfetto
- added updated Romanian translation - updated the language strings
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user