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