String changes

This commit is contained in:
Kovid Goyal 2020-05-11 17:25:47 +05:30
parent ca14390fef
commit be194a775a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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