Skip to content

Commit e1a5597

Browse files
author
jef
committed
followup r13593: mention oracle in georaster tooltip
git-svn-id: http://svn.osgeo.org/qgis/trunk@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1ac041a commit e1a5597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/oracle_raster/qgsoracle_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void QgsOraclePlugin::initGui()
5353
{
5454

5555
// Create the action for tool
56-
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select GeoRaster" ), this );
56+
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select Oracle GeoRaster" ), this );
5757
// Set the what's this text
5858
mQActionPointer->setWhatsThis( tr( "Open a Oracle Spatial GeoRaster" ) );
5959
// Connect the action to the run

0 commit comments

Comments
 (0)