From 6426e0c777cc2cf9b2753e709dfac7e4bb7bfe18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 6 Sep 2008 08:09:49 +0000 Subject: [PATCH] #2363:Cannot translate Filename: svn: r11027 --- src/ExportAssistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportAssistant.py b/src/ExportAssistant.py index 11b491a92..4f9463fc4 100644 --- a/src/ExportAssistant.py +++ b/src/ExportAssistant.py @@ -476,7 +476,7 @@ class ExportAssistant(gtk.Assistant, ManagedWindow.ManagedWindow) : 'Future editing of the currently opened database will ' 'not alter the copy you have just made. ') #add test, what is dir - conclusion_text += '\n\n' + 'Filename: %s' %self.chooser.get_filename() + conclusion_text += '\n\n' + _('Filename: %s') %self.chooser.get_filename() else: conclusion_title = _('Saving failed') conclusion_text = _(