Added donation URL to the list of translatable strings

This commit is contained in:
Manuel Cortez 2017-05-06 23:34:50 +04:00
parent c655c76196
commit 713ac0251b

View File

@ -93,7 +93,7 @@ def setup():
def donation():
dlg = commonMessageDialogs.donation()
if dlg == widgetUtils.YES:
webbrowser.open_new_tab("http://twblue.es/?q=donate")
webbrowser.open_new_tab(_("https://twblue.es/donate"))
config.app["app-settings"]["donation_dialog_displayed"] = True
setup()