We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac041a commit e1a5597Copy full SHA for e1a5597
src/plugins/oracle_raster/qgsoracle_plugin.cpp
@@ -53,7 +53,7 @@ void QgsOraclePlugin::initGui()
53
{
54
55
// Create the action for tool
56
- mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select GeoRaster" ), this );
+ mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select Oracle GeoRaster" ), this );
57
// Set the what's this text
58
mQActionPointer->setWhatsThis( tr( "Open a Oracle Spatial GeoRaster" ) );
59
// Connect the action to the run
0 commit comments