Skip to content

Commit

Permalink
make messages button translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 1, 2015
1 parent 6dc160d commit 8cc8eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1824,7 +1824,7 @@ void QgisApp::createStatusBar()
mMessageButton = new QToolButton( statusBar() );
mMessageButton->setAutoRaise( true );
mMessageButton->setIcon( QgsApplication::getThemeIcon( "bubble.svg" ) );
mMessageButton->setText( "Messages" );
mMessageButton->setText( tr( "Messages" ) );
mMessageButton->setToolButtonStyle( Qt::ToolButtonTextBesideIcon );
mMessageButton->setObjectName( "mMessageLogViewerButton" );
mMessageButton->setMaximumHeight( mScaleLabel->height() );
Expand Down

0 comments on commit 8cc8eae

Please sign in to comment.