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>
|
not be forgotten.</p></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Only show authors in the current &virtual library</string>
|
<string>Only show authors in the current &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 &By:</string>
|
<string>Filter &by:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>filter_box</cstring>
|
<cstring>filter_box</cstring>
|
||||||
|
@ -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
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
not be forgotten.</p></string>
|
not be forgotten.</p></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Only show items in the current &virtual library</string>
|
<string>Only show items in the current &Virtual library</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user