aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2011-09-07 12:25:04 +0200
committerghost <andreas.monzner@multimedia-labs.de>2011-09-07 12:25:04 +0200
commit64d399c3d183fa3f7d02fb73e474e42583538def (patch)
treec0b04b91f1083256ee9c1cebd063a46d4f3ce086 /lib/python/Plugins
parent71dd5b32ca9f94f1a35ff6e82671d89642fec23b (diff)
parent8ea52b04edc7f04d2c5d8a05156cbe0810f03612 (diff)
downloadenigma2-64d399c3d183fa3f7d02fb73e474e42583538def.tar.gz
enigma2-64d399c3d183fa3f7d02fb73e474e42583538def.zip
Merge remote-tracking branch 'origin/obi/master-20110412'
Diffstat (limited to 'lib/python/Plugins')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py
index bfe28b46..c7c143f2 100755
--- a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py
+++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py
@@ -267,7 +267,7 @@ class RestoreMenu(Screen):
self.sel = self["filelist"].getCurrent()
if self.sel:
self.val = self.path + "/" + self.sel
- self.session.openWithCallback(self.startDelete, MessageBox, _("Are you sure you want to delete\nfollowing backup:\n" + self.sel ))
+ self.session.openWithCallback(self.startDelete, MessageBox, _("Are you sure you want to delete\nfollowing backup:\n") + self.sel)
def startDelete(self, ret = False):
if (ret == True):