Change the wording of Instrument Plugin Dialogue (#7301)

Drag an instrument into either the Song Editor, the Pattern Editor or ~~into~~ an existing instrument track.

The word "into" seems redundant
This commit is contained in:
Andrew Wiltshire
2024-06-01 16:23:21 +01:00
committed by GitHub
parent 042f8ac325
commit 969943b335

View File

@@ -62,7 +62,7 @@ PluginBrowser::PluginBrowser( QWidget * _parent ) :
auto hint = new QLabel( tr( "Drag an instrument "
"into either the Song Editor, the "
"Pattern Editor or into an "
"Pattern Editor or an "
"existing instrument track." ),
m_view );
hint->setWordWrap( true );