Skip to content

Commit b9345f7

Browse files
whitj00laanwj
authored andcommitted
qt: Make error message for failed export a little friendlier
Closes #4528.
1 parent 40d2d69 commit b9345f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/addressbookpage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ void AddressBookPage::on_exportButton_clicked()
282282

283283
if(!writer.write()) {
284284
QMessageBox::critical(this, tr("Exporting Failed"),
285-
tr("There was an error trying to save the address list to %1.").arg(filename));
285+
tr("There was an error trying to save the address list to %1. Please try again.").arg(filename));
286286
}
287287
}
288288

0 commit comments

Comments
 (0)