mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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 );
|
QAction *latchOn = new QAction( tr( "&Listen Along" ), this );
|
||||||
latchOn->setIcon( QIcon( RESPATH "images/headphones-sidebar.png" ) );
|
latchOn->setIcon( QIcon( RESPATH "images/headphones-sidebar.png" ) );
|
||||||
m_actionCollection[ "latchOn" ] = latchOn;
|
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" ) );
|
latchOff->setIcon( QIcon( RESPATH "images/headphones-off.png" ) );
|
||||||
m_actionCollection[ "latchOff" ] = latchOff;
|
m_actionCollection[ "latchOff" ] = latchOff;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user