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'
|
||||
'Format:\t%s\nName:\t%s\nFolder:\t%s\n\n'
|
||||
'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)
|
||||
else :
|
||||
confirm_text = _(
|
||||
|
Loading…
Reference in New Issue
Block a user