mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 01:13:41 +02:00
String changes
This commit is contained in:
parent
ca14390fef
commit
be194a775a
2 changed files with 3 additions and 3 deletions
|
|
@ -661,7 +661,7 @@ calibre has several keyboard shortcuts to save you time and mouse movement. Thes
|
|||
* - :kbd:`A`
|
||||
- Add Books
|
||||
* - :kbd:`Shift+A`
|
||||
- Add Formats to the selected books
|
||||
- Add formats to the selected books
|
||||
* - :kbd:`C`
|
||||
- Convert selected Books
|
||||
* - :kbd:`D`
|
||||
|
|
|
|||
|
|
@ -225,8 +225,8 @@ def create_menu_action(self, menu, unique_name, text, icon=None, shortcut=None,
|
|||
|
||||
:param menu: The QMenu the newly created action will be added to
|
||||
:param unique_name: A unique name for this action, this must be
|
||||
globally unique, so make it as descriptive as possible. If in doubt add
|
||||
a uuid to it.
|
||||
globally unique, so make it as descriptive as possible. If in doubt, add
|
||||
an UUID to it.
|
||||
:param text: The text of the action.
|
||||
:param icon: Either a QIcon or a file name. The file name is passed to
|
||||
the I() builtin, so you do not need to pass the full path to the images
|
||||
|
|
|
|||
Loading…
Reference in a new issue