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
a73fd36476
commit
5b2e06fa0c
@ -958,7 +958,7 @@ For books sent with this release of calibre, reconnecting the Kindle to calibre
|
|||||||
|
|
||||||
- Edit book: Preview panel: Allow right clicking on images to edit them
|
- Edit book: Preview panel: Allow right clicking on images to edit them
|
||||||
|
|
||||||
- Add a new Quick select action to quickly select a virtual library with a few keystrokes. Activated by Ctrl+T or the Virtual library menu
|
- Add a new Quick select action to quickly select a Virtual library with a few keystrokes. Activated by Ctrl+T or the Virtual library menu
|
||||||
|
|
||||||
- Viewer: Calculate default column widths based on current font size
|
- Viewer: Calculate default column widths based on current font size
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ class TagDelegate(QStyledItemDelegate): # {{{
|
|||||||
elif not item.use_vl and self.tags_view.model().get_in_vl():
|
elif not item.use_vl and self.tags_view.model().get_in_vl():
|
||||||
item.use_vl = not question_dialog(self.tags_view,
|
item.use_vl = not question_dialog(self.tags_view,
|
||||||
_('Rename in Virtual library'), '<p>' +
|
_('Rename in Virtual library'), '<p>' +
|
||||||
_('A virtual library is active but you are renaming '
|
_('A Virtual library is active but you are renaming '
|
||||||
'the item in all books in your library. Is '
|
'the item in all books in your library. Is '
|
||||||
'this really what you want to do?') + '</p>',
|
'this really what you want to do?') + '</p>',
|
||||||
yes_text=_('Yes, apply in entire library'),
|
yes_text=_('Yes, apply in entire library'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user