mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-12 16:25:59 -04:00
Correct tr-calls.
This commit is contained in:
parent
e776de8eeb
commit
c806f9ebf4
3 changed files with 7 additions and 7 deletions
|
@ -64,8 +64,8 @@ void KeePass1OpenWidget::openDatabase()
|
|||
Q_EMIT editFinished(true);
|
||||
}
|
||||
else {
|
||||
MessageBox::warning(this, tr("Error"), tr("Unable to open the database.\n%1")
|
||||
.arg(reader.errorString()));
|
||||
MessageBox::warning(this, tr("Error"), tr("Unable to open the database.").append("\n")
|
||||
.append(reader.errorString()));
|
||||
m_ui->editPassword->clear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue