X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/66bfc301e1b7955f6613c26a6bb016448a0b8c7b..34a3e24603f115809eb08d74541c1fce5e988924:/disobedience/login.c diff --git a/disobedience/login.c b/disobedience/login.c index c6e91ec..0a2aeb3 100644 --- a/disobedience/login.c +++ b/disobedience/login.c @@ -186,17 +186,17 @@ static const struct button buttons[] = { { "Login", login_ok, - "Login with these settings", + "(Re-)connect using these settings", }, { GTK_STOCK_SAVE, login_save, - "Save these settings", + "Save these settings and close window", }, { - GTK_STOCK_CANCEL, + GTK_STOCK_CLOSE, login_cancel, - "Discard all changes and close window" + "Discard changes and close window" }, };