#2363:Cannot translate Filename:
svn: r11027
This commit is contained in:
parent
1c9a0458b5
commit
6426e0c777
@ -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 = _(
|
||||
|
Loading…
Reference in New Issue
Block a user