[QGIS Commit] r12321 - in trunk/qgis/src: app gui/symbology-ng

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Dec 3 08:26:08 EST 2009


Author: jef
Date: 2009-12-03 08:26:08 -0500 (Thu, 03 Dec 2009)
New Revision: 12321

Modified:
   trunk/qgis/src/app/qgsvectorlayerproperties.cpp
   trunk/qgis/src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
Log:
fix #2186

Modified: trunk/qgis/src/app/qgsvectorlayerproperties.cpp
===================================================================
--- trunk/qgis/src/app/qgsvectorlayerproperties.cpp	2009-12-03 12:37:05 UTC (rev 12320)
+++ trunk/qgis/src/app/qgsvectorlayerproperties.cpp	2009-12-03 13:26:08 UTC (rev 12321)
@@ -1119,7 +1119,7 @@
 void QgsVectorLayerProperties::useNewSymbology()
 {
   int res = QMessageBox::question( this, tr( "Symbology" ),
-      tr( "Do you wish to use original symbology implementation for this layer?" ),
+      tr( "Do you wish to use the new symbology implementation for this layer?" ),
       QMessageBox::Yes | QMessageBox::No );
 
   if ( res != QMessageBox::Yes )

Modified: trunk/qgis/src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp
===================================================================
--- trunk/qgis/src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp	2009-12-03 12:37:05 UTC (rev 12320)
+++ trunk/qgis/src/gui/symbology-ng/qgsrendererv2propertiesdialog.cpp	2009-12-03 13:26:08 UTC (rev 12321)
@@ -173,7 +173,7 @@
 void QgsRendererV2PropertiesDialog::useOldSymbology()
 {
   int res = QMessageBox::question( this, tr( "Symbology" ),
-                                   tr( "Do you wish to use original symbology implementation for this layer?" ),
+                                   tr( "Do you wish to use the original symbology implementation for this layer?" ),
                                    QMessageBox::Yes | QMessageBox::No );
 
   if ( res != QMessageBox::Yes )



More information about the QGIS-commit mailing list