X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FFPGAUpgrade%2Fplugin.py;h=df71d0b7a388a36606a4faefb031c52d57c7a367;hp=7ebadbe53515036cec0b34a562d48dfb092b04db;hb=1b991e95528570f2afc9358f12ba5782c4be3f16;hpb=6a5d53104815fdf706c1c9ea17c2bbd66fa3d9bf;ds=sidebyside diff --git a/lib/python/Plugins/SystemPlugins/FPGAUpgrade/plugin.py b/lib/python/Plugins/SystemPlugins/FPGAUpgrade/plugin.py index 7ebadbe..df71d0b 100644 --- a/lib/python/Plugins/SystemPlugins/FPGAUpgrade/plugin.py +++ b/lib/python/Plugins/SystemPlugins/FPGAUpgrade/plugin.py @@ -99,15 +99,13 @@ class UpgradeStatus(Screen): class FPGAUpgrade(Screen): skin = """ - - - - + + + - - - - + + + @@ -119,10 +117,9 @@ class FPGAUpgrade(Screen): self.session = session self["key_red"] = StaticText(_("Close")) - self["key_green"] = StaticText(_("Ugrade")) - self["key_yellow"] = StaticText(_(" ")) + self["key_green"] = StaticText(_("Upgrade")) self["key_blue"] = StaticText(_("Download")) - #self["key_blue"] = StaticText(_(" ")) + self["status"] = StaticText(_(" ")) self["file_list"] = FileList("/", matchingPattern = "^.*")