Fix error message: we are changing the user's name, not password.

svn path=/trunk/KDE/kdebase/apps/; revision=1194061
This commit is contained in:
Raphael Kubo da Costa 2010-11-08 02:22:15 +00:00
parent d60b6fe2da
commit 262b874690

View file

@ -233,7 +233,7 @@ void KCMUserAccount::save()
else
{
KMessageBox::sorry( this, i18n("An error occurred and your password has "
KMessageBox::sorry( this, i18n("An error occurred and your name has "
"probably not been changed. The error "
"message was:\n%1", QString::fromLocal8Bit(proc->error())));
kDebug() << "ChfnProcess->exec() failed. Error code: " << ret