mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-05 03:12:29 -04:00
Added donation URL to the list of translatable strings
This commit is contained in:
parent
c655c76196
commit
713ac0251b
@ -93,7 +93,7 @@ def setup():
|
|||||||
def donation():
|
def donation():
|
||||||
dlg = commonMessageDialogs.donation()
|
dlg = commonMessageDialogs.donation()
|
||||||
if dlg == widgetUtils.YES:
|
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
|
config.app["app-settings"]["donation_dialog_displayed"] = True
|
||||||
|
|
||||||
setup()
|
setup()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user