Fixed label for profile move up / move down buttons

This commit is contained in:
Philipp Wolfer
2021-12-19 14:16:52 +01:00
parent 6cd7276683
commit d832783ae4
3 changed files with 291 additions and 233 deletions

View File

@@ -73,6 +73,6 @@ class Ui_ProfileEditorDialog(object):
def retranslateUi(self, ProfileEditorDialog):
_translate = QtCore.QCoreApplication.translate
self.option_profiles_groupbox.setTitle(_("Option Profile(s)"))
self.move_up_button.setToolTip(_("Move script up"))
self.move_down_button.setToolTip(_("Move script down"))
self.move_up_button.setToolTip(_("Move profile up"))
self.move_down_button.setToolTip(_("Move profile down"))
from picard.ui.widgets.profilelistwidget import ProfileListWidget

File diff suppressed because it is too large Load Diff

View File

@@ -89,7 +89,7 @@
<item>
<widget class="QToolButton" name="move_up_button">
<property name="toolTip">
<string>Move script up</string>
<string>Move profile up</string>
</property>
<property name="icon">
<iconset theme=":/images/16x16/go-up.png">
@@ -100,7 +100,7 @@
<item>
<widget class="QToolButton" name="move_down_button">
<property name="toolTip">
<string>Move script down</string>
<string>Move profile down</string>
</property>
<property name="icon">
<iconset theme=":/images/16x16/go-down.png">