mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
i18n fix
svn path=/trunk/kdeutils/kdepasswd/; revision=221475
This commit is contained in:
parent
26f7901702
commit
a963846ceb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ bool KDEpasswd1Dialog::checkPassword(const char *password)
|
|||
switch (ret)
|
||||
{
|
||||
case -1:
|
||||
KMessageBox::error(this, i18n("Conversation with `passwd' failed:\n"+proc.error()));
|
||||
KMessageBox::error(this, i18n("Conversation with `passwd' failed:\n")+QString::fromLocal8Bit(proc.error()));
|
||||
done(Rejected);
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue