From 4b0402e0dc87030687bb94aacfe1afc4ac45d305 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 30 Nov 2021 09:48:56 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 5d6db8f..06e4e97 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -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()