[QGIS Commit] r9328 - trunk/qgis/src/plugins/ogr_converter

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Sep 14 07:22:09 EDT 2008


Author: jef
Date: 2008-09-14 07:22:09 -0400 (Sun, 14 Sep 2008)
New Revision: 9328

Modified:
   trunk/qgis/src/plugins/ogr_converter/plugin.cpp
Log:
update plugin description in OGR converter plugin

Modified: trunk/qgis/src/plugins/ogr_converter/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/ogr_converter/plugin.cpp	2008-09-14 11:18:44 UTC (rev 9327)
+++ trunk/qgis/src/plugins/ogr_converter/plugin.cpp	2008-09-14 11:22:09 UTC (rev 9328)
@@ -57,7 +57,7 @@
   mQActionPointer = new QAction( QIcon( ":/ogrconverter/ogr_converter.png" ), tr( "Run OGR Layer Converter" ), this );
 
   // Set the what's this text
-  mQActionPointer->setWhatsThis( tr( "Replace this with a short description of what the plugin does" ) );
+  mQActionPointer->setWhatsThis( tr( "Translates vector layers between formats supported by OGR library" ) );
 
   // Connect the action to the run
   connect( mQActionPointer, SIGNAL( triggered() ), this, SLOT( run() ) );



More information about the QGIS-commit mailing list