Skip to content

Commit d1367ba

Browse files
author
g_j_m
committed
Make a longish warning message wrap in it's dialog box
git-svn-id: http://svn.osgeo.org/qgis/trunk@5751 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1961fea commit d1367ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/georeferencer/plugingui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ void QgsGeorefPluginGui::on_pbnEnterWorldCoords_clicked() {
9595
if (!worldfile.isEmpty()) {
9696
if (QFile::exists(worldfile)) {
9797
QMessageBox::critical(this, tr("Error"),
98-
tr("The selected file already seems to have a ")+
98+
tr("<p>The selected file already seems to have a ")+
9999
tr("world file! If you want to replace it with a ")+
100-
tr("new world file, remove the old one first."));
100+
tr("new world file, remove the old one first.</p>"));
101101
return;
102102
}
103103
}

0 commit comments

Comments
 (0)