mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* Updated german translation.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,7 @@ ActionCollection::initActions()
|
||||
QAction *latchOn = new QAction( tr( "&Listen Along" ), this );
|
||||
latchOn->setIcon( QIcon( RESPATH "images/headphones-sidebar.png" ) );
|
||||
m_actionCollection[ "latchOn" ] = latchOn;
|
||||
QAction *latchOff = new QAction( tr( "&Stop Listening Along" ), this );
|
||||
QAction *latchOff = new QAction( tr( "Stop &Listening Along" ), this );
|
||||
latchOff->setIcon( QIcon( RESPATH "images/headphones-off.png" ) );
|
||||
m_actionCollection[ "latchOff" ] = latchOff;
|
||||
|
||||
|
Reference in New Issue
Block a user