mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
* Fixed broken translation.
This commit is contained in:
@@ -198,7 +198,7 @@ SourceTreeView::setupMenus()
|
|||||||
else if ( type == SourcesModel::Station )
|
else if ( type == SourcesModel::Station )
|
||||||
addToText = tr( "Add to my Stations" );
|
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 );
|
m_roPlaylistMenu.addAction( copyPlaylistAction );
|
||||||
deletePlaylistAction->setEnabled( !readonly );
|
deletePlaylistAction->setEnabled( !readonly );
|
||||||
|
Reference in New Issue
Block a user