3659: unable to load MediaManager
svn: r14609
This commit is contained in:
parent
657fc3ba3c
commit
7e0cfce9f7
@ -452,8 +452,8 @@ class PathChange(BatchOp):
|
|||||||
to_text = unicode(self.to_entry.get_text())
|
to_text = unicode(self.to_entry.get_text())
|
||||||
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%(source)s\nWith:\t\t%(dest_text)s') % {
|
'Operation:\t%(title)s\nReplace:\t\t%(src_fname)s\nWith:\t\t%(dest_fname)s') % {
|
||||||
'title' : self.title.replace('_',''), 'source' : from_text, 'dest_text' : 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…
Reference in New Issue
Block a user