[QGIS Commit] r9082 - trunk/qgis/src/app/legend

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 20 04:52:05 EDT 2008


Author: jef
Date: 2008-08-20 04:52:05 -0400 (Wed, 20 Aug 2008)
New Revision: 9082

Modified:
   trunk/qgis/src/app/legend/qgslegendlayer.cpp
Log:
fix multiple layer message

Modified: trunk/qgis/src/app/legend/qgslegendlayer.cpp
===================================================================
--- trunk/qgis/src/app/legend/qgslegendlayer.cpp	2008-08-20 08:44:23 UTC (rev 9081)
+++ trunk/qgis/src/app/legend/qgslegendlayer.cpp	2008-08-20 08:52:05 UTC (rev 9082)
@@ -1,6 +1,6 @@
 /***************************************************************************
- *   Copyright (C) 2005 by Tim Sutton   *
- *   aps02ts at macbuntu   *
+ *   Copyright (C) 2005 by Tim Sutton                                      *
+ *   aps02ts at macbuntu                                                      *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -588,8 +588,8 @@
   std::list<QgsLegendLayerFile*> maplayers = legendLayerFiles();
   if (maplayers.size() > 1)
   {
-    QMessageBox::information(0, tr("More layers"),
-      tr("This item contains more layer files. Displaying more layers in table is not supported."));
+    QMessageBox::information(0, tr("Multiple layers"),
+      tr("This item contains multiple layers. Displaying multiple layers in the table is not supported."));
   }
   else if (maplayers.size() == 1)
   {



More information about the QGIS-commit mailing list