Skip to content

Commit 82b7b59

Browse files
author
timlinux
committed
Capitalise first letter of renderer name for consistency
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13720 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cda4fc9 commit 82b7b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/point_displacement_renderer/qgsdisplacementplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void QgsDisplacementPlugin::initGui()
4242
//Add new renderer to the registry
4343

4444
QgsRendererV2Registry::instance()->addRenderer( new QgsRendererV2Metadata( "pointDisplacement",
45-
QObject::tr( "point Displacement" ),
45+
QObject::tr( "Point Displacement" ),
4646
QgsPointDisplacementRenderer::create, QIcon(),
4747
QgsPointDisplacementRendererWidget::create ) );
4848
}

0 commit comments

Comments
 (0)