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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user