forked from openlp/openlp
Comments
This commit is contained in:
parent
f7987501b9
commit
332d9fa6f0
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user