s3-netdomjoin-gui: Fix join prompt dialog test.
authorGünther Deschner <gd@samba.org>
Tue, 12 May 2009 21:47:21 +0000 (23:47 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 12 May 2009 21:52:34 +0000 (23:52 +0200)
Guenther

source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

index 2af4eddaa346e31922c07b99a4fdb691b616fc48..7652b4584ccadbd3dc1321e327528f387e55f190 100644 (file)
@@ -746,7 +746,7 @@ static void callback_do_join(GtkWidget *widget,
                if (!state->account || !state->password) {
                        debug("callback_do_join: no creds yet\n");
                        callback_creds_prompt(NULL, state,
-                                             "Enter the name and password of an account with permission to leave the domain.",
+                                             "Enter the name and password of an account with permission to join the domain.",
                                              callback_do_storeauth_and_continue);
                }