Skip to content

Commit 78f9cbb

Browse files
artfwom-kuhn
authored andcommitted
Correct window title in the export error messagebox.
1 parent 7ff9028 commit 78f9cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/openstreetmap/qgsosmexportdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void QgsOSMExportDialog::onOK()
172172
}
173173
else
174174
{
175-
QMessageBox::critical( this, tr( "OpenStreetMap import" ), tr( "Failed to export OSM data:\n%1" ).arg( mDatabase->errorString() ) );
175+
QMessageBox::critical( this, tr( "OpenStreetMap export" ), tr( "Failed to export OSM data:\n%1" ).arg( mDatabase->errorString() ) );
176176
}
177177

178178
mDatabase->close();

0 commit comments

Comments
 (0)