Make FTOverwriteConfirmationDialog translatable

This commit is contained in:
Denis Fomin 2010-12-06 12:31:18 +03:00
parent c077670518
commit 8a47134bcd
1 changed files with 2 additions and 2 deletions

View File

@ -1761,7 +1761,7 @@ class FTOverwriteConfirmationDialog(ConfirmationDialog):
align = b.get_children()[0]
hbox = align.get_children()[0]
label = hbox.get_children()[1]
label.set_text('_Resume')
label.set_text(_('_Resume'))
label.set_use_underline(True)
self.add_action_widget(b, 100)
@ -1769,7 +1769,7 @@ class FTOverwriteConfirmationDialog(ConfirmationDialog):
align = b.get_children()[0]
hbox = align.get_children()[0]
label = hbox.get_children()[1]
label.set_text('Re_place')
label.set_text(_('Re_place'))
label.set_use_underline(True)
self.add_action_widget(b, 200)