- added some strings to the translatable strings and updated the translation strings

This commit is contained in:
Marius Stanciu
2020-10-21 16:07:21 +03:00
committed by Marius
parent 66a3e36701
commit 1a286cbf7e
25 changed files with 5266 additions and 4973 deletions

View File

@@ -64,9 +64,9 @@ class Tools2InvertPrefGroupUI(OptionsGroupUI):
"- bevel -> the lines are joined by a third line")
)
self.join_radio = RadioSet([
{'label': 'Rounded', 'value': 'r'},
{'label': 'Square', 'value': 's'},
{'label': 'Bevel', 'value': 'b'}
{'label': _('Rounded'), 'value': 'r'},
{'label': _('Square'), 'value': 's'},
{'label': _('Bevel'), 'value': 'b'}
], orientation='vertical', stretch=False)
grid0.addWidget(self.join_label, 5, 0, 1, 2)