1
0
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:
Christian Muehlhaeuser
2011-11-28 11:45:39 +01:00
parent ffe30498cb
commit ef02bd8fae
2 changed files with 204 additions and 218 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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;