From 5647b44801377fef6ba29c4b6d5bf1cf11720801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 4 Mar 2010 13:25:30 +0000 Subject: [PATCH] 3659: unable to load MediaManager svn: r14608 --- src/plugins/tool/MediaManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/MediaManager.py b/src/plugins/tool/MediaManager.py index e78d94489..b398e2682 100644 --- a/src/plugins/tool/MediaManager.py +++ b/src/plugins/tool/MediaManager.py @@ -453,7 +453,7 @@ class PathChange(BatchOp): text = _( 'The following action is to be performed:\n\n' 'Operation:\t%(title)s\nReplace:\t\t%(src_fname)s\nWith:\t\t%(dest_fname)s') % { - 'title' : self.title.replace('_',''), 'src_fname' : from_text, 'dest_fname' : to_text }) + 'title' : self.title.replace('_',''), 'src_fname' : from_text, 'dest_fname' : to_text } return text def _prepare(self):