mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
String changes
This commit is contained in:
parent
d909d2effc
commit
1c1e2ddb6e
@ -73,14 +73,14 @@
|
||||
not be forgotten.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Only show authors in the current &virtual library</string>
|
||||
<string>Only show authors in the current &Virtual library</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel">
|
||||
<property name="text">
|
||||
<string>Filter &By:</string>
|
||||
<string>Filter &by:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>filter_box</cstring>
|
||||
|
@ -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
|
||||
|
@ -79,7 +79,7 @@
|
||||
not be forgotten.</p></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Only show items in the current &virtual library</string>
|
||||
<string>Only show items in the current &Virtual library</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user