Move accelerator from A to T on close dialog

This commit is contained in:
Mackenzie Morgan 2008-07-05 12:55:14 -04:00
parent e3be3519ed
commit a49f4dc43a
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class Terminator:
cancel = dialog.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_REJECT)
close_all = dialog.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_ACCEPT)
label = close_all.get_children()[0].get_children()[0].get_children()[1].set_label(_("Close _All Terminals"))
label = close_all.get_children()[0].get_children()[0].get_children()[1].set_label(_("Close All _Terminals"))
primairy = gtk.Label (_('<big><b>Close all terminals?</b></big>'))
primairy.set_use_markup (True)