This commit is contained in:
Tim Bentley 2010-05-26 18:34:25 +01:00
parent f7987501b9
commit 332d9fa6f0

View File

@ -48,8 +48,7 @@ def translate(context, text, comment=None):
``text`` ``text``
The text to put into the translation tables for translation. The text to put into the translation tables for translation.
""" """
return QtCore.QCoreApplication.translate(context, text, return QtCore.QCoreApplication.translate(context, text, comment)
comment)
def get_text_file_string(text_file): def get_text_file_string(text_file):
""" """