summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/web/swat.c')
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index fb5028cf03c..b3589568292 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -1233,7 +1233,7 @@ static void chg_passwd(void)
if (rslt == True) {
printf("%s\n", _(" The passwd has been changed."));
} else {
- printf("%s\n", _(" The passwd for has NOT been changed."));
+ printf("%s\n", _(" The passwd has NOT been changed."));
}
}