improve wording, non-sloppy users won't see this as the active window

This commit is contained in:
Chris Jones 2007-07-29 17:59:34 +01:00
parent ee3819377e
commit f7011c12e5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()