qt: Make error message for failed export a little friendlier
Closes #4528.
This commit is contained in:
parent
40d2d69223
commit
b9345f7d1c
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void AddressBookPage::on_exportButton_clicked()
|
|||
|
||||
if(!writer.write()) {
|
||||
QMessageBox::critical(this, tr("Exporting Failed"),
|
||||
tr("There was an error trying to save the address list to %1.").arg(filename));
|
||||
tr("There was an error trying to save the address list to %1. Please try again.").arg(filename));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue