String changes

This commit is contained in:
Kovid Goyal 2020-05-24 14:45:39 +05:30
parent d909d2effc
commit 1c1e2ddb6e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 5 additions and 5 deletions

View File

@ -73,14 +73,14 @@
not be forgotten.&lt;/p&gt;</string> not be forgotten.&lt;/p&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Only show authors in the current &amp;virtual library</string> <string>Only show authors in the current &amp;Virtual library</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel"> <widget class="QLabel">
<property name="text"> <property name="text">
<string>Filter &amp;By:</string> <string>Filter &amp;by:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>filter_box</cstring> <cstring>filter_box</cstring>

View File

@ -40,13 +40,13 @@ class TagEditor(QDialog, Ui_TagEditor):
self.add_tag_input.setToolTip('<p>' + self.add_tag_input.setToolTip('<p>' +
_('If the item you want is not in the available list, ' _('If the item you want is not in the available list, '
'you can add it here. Accepts an ampersand-separated ' 'you can add it here. Accepts an ampersand-separated '
'list of items. The item(s) will be applied to ' 'list of items. The items will be applied to '
'the book.') + '</p>') 'the book.') + '</p>')
else: else:
self.add_tag_input.setToolTip('<p>' + self.add_tag_input.setToolTip('<p>' +
_('If the item you want is not in the available list, ' _('If the item you want is not in the available list, '
'you can add it here. Accepts a comma-separated ' 'you can add it here. Accepts a comma-separated '
'list of items. The item(s) will be applied to ' 'list of items. The items will be applied to '
'the book.') + '</p>') 'the book.') + '</p>')
self.key = key self.key = key
self.index = db.row(id_) if id_ is not None else None self.index = db.row(id_) if id_ is not None else None

View File

@ -79,7 +79,7 @@
not be forgotten.&lt;/p&gt;</string> not be forgotten.&lt;/p&gt;</string>
</property> </property>
<property name="text"> <property name="text">
<string>Only show items in the current &amp;virtual library</string> <string>Only show items in the current &amp;Virtual library</string>
</property> </property>
</widget> </widget>
</item> </item>