Skip to content

Commit

Permalink
Merge pull request #7691 from asiersarasua/master
Browse files Browse the repository at this point in the history
[i18n] Make string translatable
  • Loading branch information
m-kuhn committed Aug 23, 2018
2 parents de30dc9 + 9bf7c9e commit 0b96fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/3d/qgsvectorlayer3drendererwidget.cpp
Expand Up @@ -36,7 +36,7 @@ QgsVectorLayer3DRendererWidget::QgsVectorLayer3DRendererWidget( QgsVectorLayer *
setPanelTitle( tr( "3D View" ) );

QVBoxLayout *layout = new QVBoxLayout( this );
chkEnabled = new QCheckBox( "Enable 3D renderer", this );
chkEnabled = new QCheckBox( tr( "Enable 3D renderer" ), this );
widgetStack = new QStackedWidget( this );
layout->addWidget( chkEnabled );
layout->addWidget( widgetStack );
Expand Down

0 comments on commit 0b96fd9

Please sign in to comment.