mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-20 23:39:40 +01:00
Update tools.py
This commit is contained in:
@@ -2648,7 +2648,7 @@ class UploadNEO3(Screen):
|
||||
def goNEO(self):
|
||||
from Plugins.Extensions.NeoBoot.plugin import NeoBootImageChoose
|
||||
self.session.open(NeoBootImageChoose)
|
||||
self.myClose(_('NeoBoot successfully updated IPTVPlayer.\nHave fun !!'))
|
||||
self.myClose(_('NeoBoot successfully updated.\nDo full restart STB.'))
|
||||
|
||||
def myClose(self, message):
|
||||
self.session.open(MessageBox, message, MessageBox.TYPE_INFO, 10)
|
||||
|
||||
Reference in New Issue
Block a user