diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 08:59:05 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2010-01-29 08:59:05 +0100 |
| commit | b6bf9802c72dfa28dc2fc25014792d9771e49366 (patch) | |
| tree | 927ab910abd17b35b62c85c64b59db2730c5607c /lib/python/Plugins/SystemPlugins | |
| parent | bf2f4196dede42bb8b5b8168a85a60498a3d630f (diff) | |
| parent | 2f402fe5d00f8894e69033e1f6015a4483bb9de6 (diff) | |
| download | enigma2-b6bf9802c72dfa28dc2fc25014792d9771e49366.tar.gz enigma2-b6bf9802c72dfa28dc2fc25014792d9771e49366.zip | |
Merge branch 'master' of acidburn@git.opendreambox.org:/git/enigma2 into bug_218_simplify_networkwizard
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py | 2 |
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 d9ccab57..dcff3ca2 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/BackupRestore.py @@ -252,7 +252,7 @@ class RestoreMenu(Screen): if (self.exe == False) and (self.entry == True): self.sel = self["filelist"].getCurrent() self.val = self.path + "/" + self.sel - self.session.openWithCallback(self.startRestore, MessageBox, _("Are you sure you want to restore\nfollowing backup:\n" + self.sel + "\nSystem will restart after the restore!")) + self.session.openWithCallback(self.startRestore, MessageBox, _("Are you sure you want to restore\nfollowing backup:\n") + self.sel + _("\nSystem will restart after the restore!")) def keyCancel(self): self.close() |
