chiark / gitweb /
random play menu item
[disorder] / disobedience / login.c
index c6e91ec5b85fa391ecaf8ca5f9ed9fb8096fdd68..0a2aeb38e14b3e827ed0dc64f4cebee9da856ea9 100644 (file)
@@ -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"
   },
 };