From 332d9fa6f0512ec58986dddcd8c5691ee61d1553 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Wed, 26 May 2010 18:34:25 +0100 Subject: [PATCH] Comments --- openlp/core/lib/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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): """