Skip to content

Commit 541b054

Browse files
author
g_j_m
committed
Fix for ticket #146
git-svn-id: http://svn.osgeo.org/qgis/trunk@5640 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8195804 commit 541b054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,7 @@ int QgisApp::saveDirty()
43114311

43124312
// prompt user to save
43134313
answer = QMessageBox::information(this, tr("Save?"),
4314-
tr("Do you want to save the current project?"),
4314+
tr("<p>Do you want to save the current project?</p>"),
43154315
QMessageBox::Yes | QMessageBox::Default,
43164316
QMessageBox::No,
43174317
QMessageBox::Cancel | QMessageBox::Escape);

0 commit comments

Comments
 (0)