diff options
-rw-r--r-- | source3/web/swat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c index e82558b343..5e66b1c985 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -1135,7 +1135,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.")); } } |