X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FOldSoftwareUpdate%2Fplugin.py;h=8f9757f2ba3c47e3104ab9d06a65fdeb54f8f3b3;hb=841bc3b1be82929ebed8d18ea16c08690aa3c42e;hp=22e54369f6e19b60f1ad7089e3313d818bf25513;hpb=dc5629b2e25dfa0e0bfba45eba44c5d7385399bf;p=vuplus_dvbapp 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()