Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 10, 2018
1 parent 149726c commit 15141d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.cpp
Expand Up @@ -243,7 +243,7 @@ QMenu *QgsAppLayerTreeViewMenuProvider::createContextMenu()
if ( vlayer || rlayer )
{

QAction *a = new QAction( tr( "Change data source" ), menu );
QAction *a = new QAction( tr( "Change Data Source" ), menu );
// Disable when layer is editable
if ( layer->isEditable() )
{
Expand Down

0 comments on commit 15141d9

Please sign in to comment.