From 230d71a7f4cfffe6e0de6c528cf6f0ff4524ea17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 6 Sep 2008 08:10:23 +0000 Subject: [PATCH] #2363:Cannot translate Filename: svn: r11028 --- src/ExportAssistant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportAssistant.py b/src/ExportAssistant.py index 3caf4dcf8..7c85576a0 100644 --- a/src/ExportAssistant.py +++ b/src/ExportAssistant.py @@ -475,7 +475,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 = _(