1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

* Fixed broken translation.

This commit is contained in:
Christian Muehlhaeuser
2012-05-26 18:17:46 +02:00
parent ecd4aeb965
commit 5e820ee0a8

View File

@@ -198,7 +198,7 @@ SourceTreeView::setupMenus()
else if ( type == SourcesModel::Station )
addToText = tr( "Add to my Stations" );
QAction *addToLocalAction = m_roPlaylistMenu.addAction( tr( addToText.toUtf8(), "Adds the given playlist, dynamic playlist, or station to the users's own list" ) );
QAction *addToLocalAction = m_roPlaylistMenu.addAction( addToText );
m_roPlaylistMenu.addAction( copyPlaylistAction );
deletePlaylistAction->setEnabled( !readonly );