3659: unable to load MediaManager
svn: r14608
This commit is contained in:
parent
7e01ef0f6b
commit
5647b44801
@ -453,7 +453,7 @@ class PathChange(BatchOp):
|
|||||||
text = _(
|
text = _(
|
||||||
'The following action is to be performed:\n\n'
|
'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') % {
|
'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
|
return text
|
||||||
|
|
||||||
def _prepare(self):
|
def _prepare(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user