We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a51c2ad commit 1caa7d0Copy full SHA for 1caa7d0
src/plugins/ogr_converter/plugin.cpp
@@ -57,7 +57,7 @@ void OgrPlugin::initGui()
57
mQActionPointer = new QAction( QIcon( ":/ogrconverter/ogr_converter.png" ), tr( "Run OGR Layer Converter" ), this );
58
59
// Set the what's this text
60
- 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" ) );
61
62
// Connect the action to the run
63
connect( mQActionPointer, SIGNAL( triggered() ), this, SLOT( run() ) );
0 commit comments