diff --git a/openlp/core/lib/ui.py b/openlp/core/lib/ui.py index f1cda2b96..3e1d662d2 100644 --- a/openlp/core/lib/ui.py +++ b/openlp/core/lib/ui.py @@ -377,7 +377,7 @@ def create_action(parent, name, **kwargs): True in case the action will be considered a separator. ``data`` - The actions data. + The action's data. ``shortcuts`` A QList (or a list of strings) which are set as shortcuts.