improve wording, non-sloppy users won't see this as the active window
This commit is contained in:
parent
ee3819377e
commit
f7011c12e5
|
@ -436,7 +436,7 @@ class Terminator:
|
|||
|
||||
def closetermreq (self):
|
||||
dialog = gtk.Dialog ("Close?", self.window, gtk.DIALOG_MODAL, (gtk.STOCK_CANCEL, gtk.RESPONSE_REJECT, gtk.STOCK_CLOSE, gtk.RESPONSE_ACCEPT))
|
||||
label = gtk.Label("Do you really want to close the active terminal?")
|
||||
label = gtk.Label("Do you really want to close this terminal?")
|
||||
dialog.vbox.pack_start(label, True, True, 0)
|
||||
label.show ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue