mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 11:51:44 +02:00
Capitalize entry in Listen Along context menu to be consistent
This commit is contained in:
@@ -69,7 +69,7 @@ ActionCollection::initActions()
|
|||||||
latchOff->setIcon( ImageRegistry::instance()->icon( RESPATH "images/headphones-off.svg" ) );
|
latchOff->setIcon( ImageRegistry::instance()->icon( RESPATH "images/headphones-off.svg" ) );
|
||||||
m_actionCollection[ "latchOff" ] = latchOff;
|
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 );
|
realtimeFollowingAlong->setCheckable( true );
|
||||||
m_actionCollection[ "realtimeFollowingAlong" ] = realtimeFollowingAlong;
|
m_actionCollection[ "realtimeFollowingAlong" ] = realtimeFollowingAlong;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user