Fix a stupid typo
This commit is contained in:
parent
34da8ffe3a
commit
7b24823fd6
|
@ -149,7 +149,7 @@ class Container(object):
|
|||
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 _Terminals'))
|
||||
|
||||
primary = gtk.Label(_('<big><b>Close multiple temrinals?</b></big>'))
|
||||
primary = gtk.Label(_('<big><b>Close multiple terminals?</b></big>'))
|
||||
primary.set_use_markup(True)
|
||||
primary.set_alignment(0, 0.5)
|
||||
secondary = gtk.Label(_('This %s has several terminals open. Closing the \
|
||||
|
|
Loading…
Reference in New Issue