Update tools.py

This commit is contained in:
gutosie
2021-11-30 09:48:56 +02:00
committed by GitHub
parent 1c1bf1344c
commit 4b0402e0dc

View File

@@ -1882,7 +1882,7 @@ class Opis(Screen):
message += _('Get the full version of the multiboot plugin.\n')
message += _('Send an e-mail request for the neoboot vip version.\n')
message += _('e-mail: krzysztofgutosie@gmail.com\n\n')
message += _('Your receiver mac address is: ' + getBoxMacAddres() + ' \n\n')
message += _('>>> Your receiver mac address is: ' + getBoxMacAddres() + ' <<< \n\n')
message += _('----------------Free donate----------------\n')
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
message += _('Donate to the project\n')
@@ -2048,6 +2048,10 @@ class neoDONATION(Screen):
def updatetext(self):
message = _('NeoBoot Ver. ' + PLUGINVERSION + ' Enigma2\n\n')
message += _('NeoBoot Ver. updates ' + UPDATEVERSION + ' \n\n')
message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')
message += _(' krzysztofgutosie@gmail.com\n\n')
message += _(' PayPal adress: krzysztofgutosie@gmail.com\n')
message += _('>>> Your receiver mac address is: ' + getBoxMacAddres() + ' <<< \n\n')
message += _('----------------Free donate----------------\n\n')
message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n')
message += _('Donate to the project\n')
@@ -2055,10 +2059,6 @@ class neoDONATION(Screen):
message += _('- Online support\n')
message += _('- More information email\n')
message += _('We thank you for any help\n')
message += _('If you want to support the neoboot project, you can do so by contacting us by e-mail:\n')
message += _(' krzysztofgutosie@gmail.com\n\n')
message += _(' PayPal adress: krzysztofgutosie@gmail.com\n')
message += _('Your receiver mac address is: ' + getBoxMacAddres() + ' \n\n')
message += _('----------------Free donate----------------\n')
message += _('¯\_(ツ)_/¯ Have fun !!!')
self['lab1'].show()