mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
CVS_SILENT Typographical corrections and changes
svn path=/trunk/kdebase/kdepasswd/; revision=295134
This commit is contained in:
parent
b7bb0313a8
commit
e360d9ea97
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ void KCMUserAccount::slotChangePassword()
|
|||
if ( !bin )
|
||||
{
|
||||
kdDebug() << "kcm_useraccount: kdepasswd was not found." << endl;
|
||||
KMessageBox::sorry ( this, i18n( "A program error occured, the internal "
|
||||
KMessageBox::sorry ( this, i18n( "A program error occurred: the internal "
|
||||
"program 'kdepasswd' could not be found. You will "
|
||||
"not be able to change your password."));
|
||||
|
||||
|
@ -206,7 +206,7 @@ void KCMUserAccount::save()
|
|||
|
||||
else
|
||||
{
|
||||
KMessageBox::sorry( this, i18n("An error occured and your password has "
|
||||
KMessageBox::sorry( this, i18n("An error occurred and your password has "
|
||||
"probably not been changed. The error "
|
||||
"message was:\n%1").arg(proc->error()));
|
||||
kdDebug() << "ChfnProcess->exec() failed. Error code: " << ret
|
||||
|
|
Loading…
Reference in a new issue