Fix of issue 2824.

svn: r12336
This commit is contained in:
Peter Landgren 2009-03-14 10:54:02 +00:00
parent 20c9e73d70
commit c333b39b95

View File

@ -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 = _(