Restore string.

This commit is contained in:
nekral-guest 2009-04-28 21:46:06 +00:00
parent d7d0b06a41
commit 9b6b06cd03

View File

@ -1108,7 +1108,7 @@ int main (int argc, char **argv)
printf (_("%s: password changed."), Prog); printf (_("%s: password changed."), Prog);
#endif /* USE_PAM */ #endif /* USE_PAM */
} else { } else {
printf (_("%s: password properties changed."), Prog); printf (_("%s: password expiry information changed."), Prog);
} }
} }
exit (E_SUCCESS); exit (E_SUCCESS);