From 7e01ef0f6bece3e628f974fe9fa2d5b8663c463e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 4 Mar 2010 11:26:28 +0000 Subject: [PATCH] 3659: unable to load MediaManager svn: r14606 --- src/plugins/tool/MediaManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/tool/MediaManager.py b/src/plugins/tool/MediaManager.py index 42b08c631..e78d94489 100644 --- a/src/plugins/tool/MediaManager.py +++ b/src/plugins/tool/MediaManager.py @@ -452,8 +452,8 @@ class PathChange(BatchOp): to_text = unicode(self.to_entry.get_text()) 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 } + '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 }) return text def _prepare(self):