summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-05-12 23:47:21 +0200
committerGünther Deschner <gd@samba.org>2009-05-12 23:52:34 +0200
commitd3a9ee689d636f13f7935d1ddfccfdd4f4e8527a (patch)
tree322ef7aca555ddd6984280775d6147cd95feab81 /source3/lib/netapi
parent3e2975b3bdd247d1e3e7c74bada2f85a1936acaf (diff)
downloadsamba-d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a.tar.gz
samba-d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a.tar.bz2
samba-d3a9ee689d636f13f7935d1ddfccfdd4f4e8527a.zip
s3-netdomjoin-gui: Fix join prompt dialog test.
Guenther
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r--source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index 2af4eddaa3..7652b4584c 100644
--- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -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);
}