1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

s3-netdomjoin-gui: Fix join prompt dialog test.

Guenther
This commit is contained in:
Günther Deschner 2009-05-12 23:47:21 +02:00
parent 3e2975b3bd
commit d3a9ee689d

View 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);
}