mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Remove the word STATION from SAVE SETTINGS buttons since same button is used in legacy auto-playlists
This commit is contained in:
@@ -81,7 +81,7 @@ DynamicControlList::init()
|
||||
m_collapseLayout->setContentsMargins( 0, 0, 0, 0 );
|
||||
m_collapseLayout->setMargin( 0 );
|
||||
m_collapseLayout->setSpacing( 0 );
|
||||
m_collapse = new QPushButton( tr( "Save Station Settings" ), this );
|
||||
m_collapse = new QPushButton( tr( "Save Settings" ), this );
|
||||
m_collapse->setAttribute( Qt::WA_LayoutUsesWidgetRect );
|
||||
m_collapseLayout->addWidget( m_collapse );
|
||||
m_addControl = new QToolButton( this );
|
||||
|
Reference in New Issue
Block a user