diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 655e633..138f0c7 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2183,7 +2183,6 @@ class Opis(Screen): message += _('Send an e-mail request for the neoboot vip version.\n') message += _('e-mail: krzysztofgutosie@gmail.com\n\n') message += _(' ' + getBoxHostName() + ' Ethernet MAC: ' + getBoxMacAddres() + '\n') - message += _(' Email your receiver Ethernet MAC and get a neoboto VIP\n') message += _('----------------Free donate----------------\n') message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n') message += _('Donate to the project\n') @@ -2354,8 +2353,7 @@ class neoDONATION(Screen): 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 += _(' ' + getBoxHostName() + ' Ethernet MAC: ' + getBoxMacAddres() + '\n') - message += _(' Email your receiver Ethernet MAC and get a neoboto VIP\n') + message += _(' ' + getBoxHostName() + ' Ethernet MAC: ' + getBoxMacAddres() + '\n') message += _('----------------Free donate----------------\n') message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n') message += _('Donate to the project\n')