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
1b15c93d64
commit
c59f1cd242
@ -51,7 +51,7 @@ Bookmarks
|
|||||||
When you are in the middle of a book and close the E-book viewer, it will remember
|
When you are in the middle of a book and close the E-book viewer, it will remember
|
||||||
where you stopped reading and return there the next time you open the book. You
|
where you stopped reading and return there the next time you open the book. You
|
||||||
can also set bookmarks in the book by using the :guilabel:`Bookmarks` button in
|
can also set bookmarks in the book by using the :guilabel:`Bookmarks` button in
|
||||||
the E-book viewer controls or pressing :kbd:`Ctrl+B`. When viewing EPUB format books,
|
the E-book viewer controls or pressing :kbd:`Ctrl+B`. When viewing EPUB format books,
|
||||||
these bookmarks are actually saved in the EPUB file itself. You can add
|
these bookmarks are actually saved in the EPUB file itself. You can add
|
||||||
bookmarks, then send the file to a friend. When they open the file, they will
|
bookmarks, then send the file to a friend. When they open the file, they will
|
||||||
be able to see your bookmarks. You can turn off this behavior in the
|
be able to see your bookmarks. You can turn off this behavior in the
|
||||||
|
@ -126,7 +126,7 @@ class DeleteAction(InterfaceAction):
|
|||||||
_('Remove files of a specific format from selected books'),
|
_('Remove files of a specific format from selected books'),
|
||||||
triggered=self.delete_selected_formats)
|
triggered=self.delete_selected_formats)
|
||||||
m('delete-except',
|
m('delete-except',
|
||||||
_('Remove all formats from selected books, except'),
|
_('Remove all formats from selected books, except...'),
|
||||||
triggered=self.delete_all_but_selected_formats)
|
triggered=self.delete_all_but_selected_formats)
|
||||||
self.delete_menu.addSeparator()
|
self.delete_menu.addSeparator()
|
||||||
m('delete-all',
|
m('delete-all',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user