Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 5, 2018
1 parent f79d86e commit 969c7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgscolorrampbutton.cpp
Expand Up @@ -50,7 +50,7 @@ QgsColorRampButton::QgsColorRampButton( QWidget *parent, const QString &dialogTi
setMenu( mMenu );

mAllRampsMenu = new QMenu( mMenu );
mAllRampsMenu->setTitle( tr( "All color ramps" ) );
mAllRampsMenu->setTitle( tr( "All Color Ramps" ) );

setPopupMode( QToolButton::MenuButtonPopup );

Expand Down

0 comments on commit 969c7c5

Please sign in to comment.