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
ca14390fef
commit
be194a775a
@ -661,7 +661,7 @@ calibre has several keyboard shortcuts to save you time and mouse movement. Thes
|
|||||||
* - :kbd:`A`
|
* - :kbd:`A`
|
||||||
- Add Books
|
- Add Books
|
||||||
* - :kbd:`Shift+A`
|
* - :kbd:`Shift+A`
|
||||||
- Add Formats to the selected books
|
- Add formats to the selected books
|
||||||
* - :kbd:`C`
|
* - :kbd:`C`
|
||||||
- Convert selected Books
|
- Convert selected Books
|
||||||
* - :kbd:`D`
|
* - :kbd:`D`
|
||||||
|
@ -225,8 +225,8 @@ class InterfaceAction(QObject):
|
|||||||
|
|
||||||
:param menu: The QMenu the newly created action will be added to
|
:param menu: The QMenu the newly created action will be added to
|
||||||
:param unique_name: A unique name for this action, this must be
|
: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
|
globally unique, so make it as descriptive as possible. If in doubt, add
|
||||||
a uuid to it.
|
an UUID to it.
|
||||||
:param text: The text of the action.
|
:param text: The text of the action.
|
||||||
:param icon: Either a QIcon or a file name. The file name is passed to
|
: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
|
the I() builtin, so you do not need to pass the full path to the images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user