mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove the word STATION from SAVE SETTINGS buttons since same button is used in legacy auto-playlists
This commit is contained in:
parent
1b75fc27ec
commit
a6a418b7e5
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user