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``
|
``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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user