Skip to content

Commit

Permalink
Update VisualizationWidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
miketurn committed May 24, 2017
1 parent ab8a2a9 commit a6275b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/VisualizationWidget.cpp
Expand Up @@ -177,7 +177,7 @@ void VisualizationWidget::paintEvent( QPaintEvent * )
{
p.setPen( QColor( 192, 192, 192 ) );
p.setFont( pointSize<7>( p.font() ) );
p.drawText( 6, height()-5, tr( "Click to enable" ) );
p.drawText( 6, height()-5, tr( "Click To Enable" ) );
}
}

Expand Down

0 comments on commit a6275b2

Please sign in to comment.