string changes

This commit is contained in:
Kovid Goyal 2025-08-26 08:10:31 +05:30
parent cbdede4e6f
commit 2a390961d6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
8 changed files with 16 additions and 16 deletions

View File

@ -120,7 +120,7 @@
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../resources/images.qrc">
@ -149,7 +149,7 @@ Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row down 1. Shift+click to move the row down 5.
Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../resources/images.qrc">

View File

@ -1063,7 +1063,7 @@ class EditRules(QWidget): # {{{
b.setToolTip('<p>' + _('Click to move the row up 1. Shift+click '
'to move the row up 5. Ctrl+click to move the row up 10. '
'Ctrl+Shift+click to move the row to the top. '
'Keyboard shortcut: Ctrl-Up arrow') + '</p>')
'Keyboard shortcut: Ctrl+Up arrow') + '</p>')
b.clicked.connect(partial(self.move_rows, moving_up=True))
g.addWidget(b, 0, 1, 1, 1, Qt.AlignmentFlag.AlignTop)
self.down_button = b = QToolButton(self)
@ -1071,7 +1071,7 @@ class EditRules(QWidget): # {{{
b.setToolTip('<p>' + _('Click to move the row down 1. Shift+click to move the '
'row down 5. Ctrl+click to move the row down 10. Ctrl+Shift+click '
'to move the row to the bottom. '
'Keyboard shortcut: Ctrl-Down arrow') + '</p>')
'Keyboard shortcut: Ctrl+Down arrow') + '</p>')
b.clicked.connect(partial(self.move_rows, moving_up=False))
self.rules_view.set_movement_functions(partial(self.move_rows, moving_up=True),
partial(self.move_rows, moving_up=False))

View File

@ -41,7 +41,7 @@
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="text">
<string>...</string>
@ -175,7 +175,7 @@ Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row down 1. Shift+click to move the row down 5.
Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="text">
<string>...</string>

View File

@ -62,7 +62,7 @@
<property name="toolTip">
<string>&lt;p&gt;Click to move the row down 1. Shift+click to move the row down 5.
Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../resources/images.qrc">
@ -75,7 +75,7 @@ Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../resources/images.qrc">

View File

@ -43,7 +43,7 @@
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">
@ -56,7 +56,7 @@ Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">

View File

@ -63,7 +63,7 @@ column being examined (the left-hand panel)&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">
@ -76,7 +76,7 @@ Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
<property name="toolTip">
<string>&lt;p&gt;Click to move the row down 1. Shift+click to move the row down 5.
Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">

View File

@ -35,7 +35,7 @@
<string>&lt;p&gt;Click to move the row up 1. Shift+click to move the row up 5.
Ctrl+click to move the row up 10. Ctrl+Shift+click to move the row to the top.
User categories and Saved searches cannot be moved.
Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Up arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">
@ -62,7 +62,7 @@ Keyboard shortcut: Ctrl-Up arrow&lt;/p&gt;</string>
<string>&lt;p&gt;Click to move the row down 1. Shift+click to move the row down 5.
Ctrl+click to move the row down 10. Ctrl+Shift+click to move the row to the bottom.
User categories and Saved searches cannot be moved.
Keyboard shortcut: Ctrl-Down arrow&lt;/p&gt;</string>
Keyboard shortcut: Ctrl+Down arrow&lt;/p&gt;</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">

View File

@ -133,7 +133,7 @@ that don't have children.&lt;/p&gt;</string>
<item row="12" column="1">
<widget class="QToolButton" name="tb_search_order_up_button">
<property name="toolTip">
<string>Move up. Keyboard shortcut: Ctrl-Up arrow</string>
<string>Move up. Keyboard shortcut: Ctrl-+Up arrow</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">
@ -157,7 +157,7 @@ that don't have children.&lt;/p&gt;</string>
<item row="14" column="1">
<widget class="QToolButton" name="tb_search_order_down_button">
<property name="toolTip">
<string>Move down. Keyboard shortcut: Ctrl-Down arrow</string>
<string>Move down. Keyboard shortcut: Ctrl+Down arrow</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">