1
0
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:
Jason Herskowitz 2014-09-26 09:42:31 -04:00
parent 1b75fc27ec
commit a6a418b7e5

View File

@ -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 );