mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-22 09:18:18 +00:00
Fixed label for profile move up / move down buttons
This commit is contained in:
@@ -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
|
||||
|
||||
516
po/picard.pot
516
po/picard.pot
File diff suppressed because it is too large
Load Diff
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user