X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/66bfc301e1b7955f6613c26a6bb016448a0b8c7b..0fde64f3f61ad3d2f88d59e63bba2b9850bd9864:/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" }, };