mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 11:45:04 -04:00
InstrumentTrack: fixed whats-this text
This commit is contained in:
@@ -1205,11 +1205,10 @@ InstrumentTrackWindow::InstrumentTrackWindow( InstrumentTrackView * _itv ) :
|
||||
|
||||
connect( saveSettingsBtn, SIGNAL( clicked() ), this, SLOT( saveSettingsBtnClicked() ) );
|
||||
|
||||
toolTip::add( saveSettingsBtn, tr( "Save current channel settings in a preset-file" ) );
|
||||
toolTip::add( saveSettingsBtn, tr( "Save current instrument track settings in a preset file" ) );
|
||||
saveSettingsBtn->setWhatsThis(
|
||||
tr( "Click here, if you want to save current channel settings "
|
||||
"in a preset-file. Later you can load this preset by "
|
||||
"double-clicking it in the preset-browser." ) );
|
||||
tr( "Click here, if you want to save current instrument track settings in a preset file. "
|
||||
"Later you can load this preset by double-clicking it in the preset-browser." ) );
|
||||
|
||||
basicControlsLayout->addWidget( saveSettingsBtn );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user