diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-15 00:12:52 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2008-11-15 00:12:52 +0100 |
| commit | 369086956b791ab97d2e60e2c820f7045650c236 (patch) | |
| tree | 5d67fcd7de11535c957e6e82d91bdf666f73290b /lib/python/Plugins/Extensions/MediaPlayer/plugin.py | |
| parent | b07e1f84ffcce062b24c40f6cb10278a72d047cb (diff) | |
| download | enigma2-369086956b791ab97d2e60e2c820f7045650c236.tar.gz enigma2-369086956b791ab97d2e60e2c820f7045650c236.zip | |
MediaPlayer german locale update
Diffstat (limited to 'lib/python/Plugins/Extensions/MediaPlayer/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index 876e2a48..0d5305d7 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -618,7 +618,8 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB try: os_remove(self.delname) except OSError,e: - self.session.open(MessageBox, _("Delete failed!, %s") %e, MessageBox.TYPE_ERROR) + print "delete failed:", e + self.session.open(MessageBox, _("Delete failed!"), MessageBox.TYPE_ERROR) def clear_playlist(self): self.isAudioCD = False |
