#2363:Cannot translate Filename:

svn: r11027
This commit is contained in:
Jérôme Rapinat 2008-09-06 08:09:49 +00:00
parent 1c9a0458b5
commit 6426e0c777

View File

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