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>
</property>
<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>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel">
<property name="text">
<string>Filter &amp;By:</string>
<string>Filter &amp;by:</string>
</property>
<property name="buddy">
<cstring>filter_box</cstring>

View File

@ -40,13 +40,13 @@ class TagEditor(QDialog, Ui_TagEditor):
self.add_tag_input.setToolTip('<p>' +
_('If the item you want is not in the available list, '
'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>')
else:
self.add_tag_input.setToolTip('<p>' +
_('If the item you want is not in the available list, '
'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>')
self.key = key
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>
</property>
<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>
</widget>
</item>