[QGIS Commit] r8561 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 31 12:55:57 EDT 2008


Author: jef
Date: 2008-05-31 12:55:57 -0400 (Sat, 31 May 2008)
New Revision: 8561

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
fix missing blanks

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2008-05-31 16:27:17 UTC (rev 8560)
+++ trunk/qgis/src/app/qgisapp.cpp	2008-05-31 16:55:57 UTC (rev 8561)
@@ -1150,7 +1150,7 @@
   mProgressBar = new QProgressBar(statusBar());
   mProgressBar->setMaximumWidth(100);
   mProgressBar->hide();
-  mProgressBar->setWhatsThis(tr("Progress bar that displays the status"
+  mProgressBar->setWhatsThis(tr("Progress bar that displays the status "
         "of rendering layers and other time-intensive operations"));
   statusBar()->addWidget(mProgressBar, 1,true);
   // Bumped the font up one point size since 8 was too 
@@ -1193,7 +1193,7 @@
   mCoordsLabel->setFont(myFont);
   mCoordsLabel->setMargin(3);
   mCoordsLabel->setAlignment(Qt::AlignCenter);
-  mCoordsLabel->setWhatsThis(tr("Shows the map coordinates at the"
+  mCoordsLabel->setWhatsThis(tr("Shows the map coordinates at the "
         "current cursor position. The display is continuously updated "
         "as the mouse is moved."));
   mCoordsLabel->setToolTip(tr("Map coordinates at mouse cursor position"));



More information about the QGIS-commit mailing list