From c333b39b9506267637fe02c7a63c29c0be576df3 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 14 Mar 2009 10:54:02 +0000 Subject: [PATCH] Fix of issue 2824. svn: r12336 --- src/ExportAssistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportAssistant.py b/src/ExportAssistant.py index 826a14f1b..ce08b90f7 100644 --- a/src/ExportAssistant.py +++ b/src/ExportAssistant.py @@ -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 = _(