We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1961fea commit d1367baCopy full SHA for d1367ba
src/plugins/georeferencer/plugingui.cpp
@@ -95,9 +95,9 @@ void QgsGeorefPluginGui::on_pbnEnterWorldCoords_clicked() {
95
if (!worldfile.isEmpty()) {
96
if (QFile::exists(worldfile)) {
97
QMessageBox::critical(this, tr("Error"),
98
- tr("The selected file already seems to have a ")+
+ tr("<p>The selected file already seems to have a ")+
99
tr("world file! If you want to replace it with a ")+
100
- tr("new world file, remove the old one first."));
+ tr("new world file, remove the old one first.</p>"));
101
return;
102
}
103
0 commit comments