diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index ee18e98af..d9a2cf6b4 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -48,8 +48,7 @@ def translate(context, text, comment=None): ``text`` The text to put into the translation tables for translation. """ - return QtCore.QCoreApplication.translate(context, text, - comment) + return QtCore.QCoreApplication.translate(context, text, comment) def get_text_file_string(text_file): """