X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FOldSoftwareUpdate%2Fplugin.py;h=8f9757f2ba3c47e3104ab9d06a65fdeb54f8f3b3;hp=22e54369f6e19b60f1ad7089e3313d818bf25513;hb=841bc3b1be82929ebed8d18ea16c08690aa3c42e;hpb=7030e4d7bb27c16098b04526d0bfc72291459665 diff --git a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py old mode 100644 new mode 100755 index 22e5436..8f9757f --- a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py @@ -34,7 +34,7 @@ class Upgrade(Screen): def go(self): if self.update: - self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your Dreambox?\nAfter pressing OK, please wait!")) + self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your STB?\nAfter pressing OK, please wait!")) else: self.close() @@ -133,7 +133,7 @@ class Ipkg(Screen): def go(self): if self.update: - self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your Dreambox?\nAfter pressing OK, please wait!")) + self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your STB?\nAfter pressing OK, please wait!")) else: self.close()