aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 23:05:10 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-12-17 23:05:10 +0000
commitec21f179954efe759b8975185d720be4c537bdcf (patch)
tree063bd516a45d3d7672b0ad85caffac0b44f0c8e1 /lib/python
parentba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4 (diff)
downloadenigma2-ec21f179954efe759b8975185d720be4c537bdcf.tar.gz
enigma2-ec21f179954efe759b8975185d720be4c537bdcf.zip
german translations for the new software update
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py
index 1ada35ee..19ab3eea 100644
--- a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py
@@ -252,7 +252,7 @@ class UpdatePlugin(Screen):
self["slider"] = self.slider
self.activityslider = Slider(0, 100)
self["activityslider"] = self.activityslider
- self.status = Label("Upgrading Dreambox... Please wait")
+ self.status = Label(_("Upgrading Dreambox... Please wait"))
self["status"] = self.status
self.package = Label()
self["package"] = self.package
@@ -269,7 +269,7 @@ class UpdatePlugin(Screen):
self.ipkg.addCallback(self.ipkgCallback)
self.updating = True
- self.package.setText("Package list update")
+ self.package.setText(_("Package list update"))
self.ipkg.cmdUpdate()
self["actions"] = ActionMap(["WizardActions"],