Fix of issue 2824.
svn: r12336
This commit is contained in:
parent
20c9e73d70
commit
c333b39b95
@ -446,7 +446,7 @@ class ExportAssistant(gtk.Assistant, ManagedWindow.ManagedWindow) :
|
|||||||
'The data will be saved as follows:\n\n'
|
'The data will be saved as follows:\n\n'
|
||||||
'Format:\t%s\nName:\t%s\nFolder:\t%s\n\n'
|
'Format:\t%s\nName:\t%s\nFolder:\t%s\n\n'
|
||||||
'Press Apply to proceed, Back to revisit '
|
'Press Apply to proceed, Back to revisit '
|
||||||
'your options, or Cancel to abort') % (format, name, folder)
|
'your options, or Cancel to abort') % (format.replace("_",""), name, folder)
|
||||||
self.set_page_complete(page, True)
|
self.set_page_complete(page, True)
|
||||||
else :
|
else :
|
||||||
confirm_text = _(
|
confirm_text = _(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user