diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 0011b41..535a279 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2065,7 +2065,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 Ethernet MAC: ' + getBoxMacAddres() + ' \n') message += _('----------------Free donate----------------\n') message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n') message += _('Donate to the project\n') @@ -2235,7 +2235,8 @@ 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 += _('>>> Your receiver mac address is: ' + getBoxMacAddres() + ' <<< \n\n') + message += _(' Your receiver Ethernet MAC: ' + getBoxMacAddres() + ' \n\n') + message += _(' Email your receiver Ethernet MAC and get a neoboto VIP \n\n') message += _('----------------Free donate----------------\n\n') message += _('Spendenbetrag\nDonaco\nDarowizna\nПожертвование\n') message += _('Donate to the project\n')