Skip to content

Commit 1caa7d0

Browse files
author
jef
committed
update plugin description in OGR converter plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@9328 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a51c2ad commit 1caa7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ogr_converter/plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void OgrPlugin::initGui()
5757
mQActionPointer = new QAction( QIcon( ":/ogrconverter/ogr_converter.png" ), tr( "Run OGR Layer Converter" ), this );
5858

5959
// Set the what's this text
60-
mQActionPointer->setWhatsThis( tr( "Replace this with a short description of what the plugin does" ) );
60+
mQActionPointer->setWhatsThis( tr( "Translates vector layers between formats supported by OGR library" ) );
6161

6262
// Connect the action to the run
6363
connect( mQActionPointer, SIGNAL( triggered() ), this, SLOT( run() ) );

0 commit comments

Comments
 (0)