From c4a949bfd7615cc0e1ee9c83d02ef637ec8ab8e8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Mar 2017 08:36:52 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/__init__.py b/src/calibre/gui2/actions/__init__.py index 66d5607137..1d4ed7f810 100644 --- a/src/calibre/gui2/actions/__init__.py +++ b/src/calibre/gui2/actions/__init__.py @@ -233,7 +233,7 @@ class InterfaceAction(QObject): tooltips. :param triggered: A callable which is connected to the triggered signal of the created action. - :param shortcut_name: The test displayed to the user when customizing + :param shortcut_name: The text displayed to the user when customizing the keyboard shortcuts for this action. By default it is set to the value of ``text``.