1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 03:24:15 +02:00

Capitalize entry in Listen Along context menu to be consistent

This commit is contained in:
Jason Herskowitz
2014-09-16 16:46:15 -04:00
parent 8a2d5a170e
commit bb3cac36f3

View File

@@ -69,7 +69,7 @@ ActionCollection::initActions()
latchOff->setIcon( ImageRegistry::instance()->icon( RESPATH "images/headphones-off.svg" ) );
m_actionCollection[ "latchOff" ] = latchOff;
QAction *realtimeFollowingAlong = new QAction( tr( "&Follow in real-time" ), this );
QAction *realtimeFollowingAlong = new QAction( tr( "&Follow in Real-Time" ), this );
realtimeFollowingAlong->setCheckable( true );
m_actionCollection[ "realtimeFollowingAlong" ] = realtimeFollowingAlong;