Move accelerator from A to T on close dialog
This commit is contained in:
parent
e3be3519ed
commit
a49f4dc43a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue