From: nekral-guest Date: Tue, 28 Apr 2009 21:46:06 +0000 (+0000) Subject: Restore string. X-Git-Tag: 4.1.4~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b6b06cd03c812d60c33af0e1c963475389e71a4;p=shadow Restore string. --- diff --git a/src/passwd.c b/src/passwd.c index 815ba58b..7c90dcb9 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -1108,7 +1108,7 @@ int main (int argc, char **argv) printf (_("%s: password changed."), Prog); #endif /* USE_PAM */ } else { - printf (_("%s: password properties changed."), Prog); + printf (_("%s: password expiry information changed."), Prog); } } exit (E_SUCCESS);