Skip to content

Commit

Permalink
Updated the save reminder after upload with explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 9, 2024
1 parent ad67368 commit f7b49da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4303,7 +4303,7 @@ void MainWindow::syncOSM(OsmServer server)
saveDocument(currentProjectFile);
} else {
if (QMessageBox::warning(this,tr("Unsaved changes"),
tr("It is strongly recommended to save the changes to your document after an upload.\nDo you want to do this now?"),
tr("It is strongly recommended to save the changes to your document after an upload, since the document contains information about dirty object that need to be uploaded. Not saving and uploading from the same document may result in duplicate geometry.\nDo you want to do this now?"),
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
saveDocument(currentProjectFile);

Expand Down

0 comments on commit f7b49da

Please sign in to comment.