Fixed display of the tab Selected. Fix pot.
This commit is contained in:
@@ -8951,7 +8951,7 @@ class App(QtCore.QObject):
|
||||
|
||||
tsize = fsize + int(fsize / 2)
|
||||
|
||||
selected_text = _('''
|
||||
selected_text = (_('''
|
||||
<p><span style="font-size:{tsize}px"><strong>Selected Tab - Choose an Item from Project Tab</strong></span></p>
|
||||
|
||||
<p><span style="font-size:{fsize}px"><strong>Details</strong>:<br />
|
||||
@@ -8973,7 +8973,7 @@ The normal flow when working in FlatCAM is the following:</span></p>
|
||||
|
||||
<p><span style="font-size:{fsize}px">A list of key shortcuts is available through an menu entry in <strong>Help -> Shortcuts List</strong> or through it's own key shortcut: <strng>F3</strong>.</span></p>
|
||||
|
||||
'''.format(fsize=fsize, tsize=tsize))
|
||||
''').format(fsize=fsize, tsize=tsize))
|
||||
|
||||
sel_title.setText(selected_text)
|
||||
sel_title.setSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
||||
|
||||
@@ -1164,7 +1164,6 @@ msgid "<b>Shortcut Key List</b>"
|
||||
msgstr "<b>Список комбинаций клавиш</b>"
|
||||
|
||||
#: FlatCAMApp.py:8954
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p><span style=\"font-size:{tsize}px\"><strong>Selected Tab - Choose an Item "
|
||||
|
||||
@@ -1062,7 +1062,6 @@ msgid "<b>Shortcut Key List</b>"
|
||||
msgstr ""
|
||||
|
||||
#: FlatCAMApp.py:8954
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p><span style=\"font-size:{tsize}px\"><strong>Selected Tab - Choose an Item "
|
||||
|
||||
Reference in New Issue
Block a user