This commit is contained in:
Tim Bentley 2010-05-26 18:34:25 +01:00
parent f7987501b9
commit 332d9fa6f0
1 changed files with 1 additions and 2 deletions

View File

@ -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):
"""