Skip to content

Commit

Permalink
Change the wording of Instrument Plugin Dialogue (LMMS#7301)
Browse files Browse the repository at this point in the history
Drag an instrument into either the Song Editor, the Pattern Editor or ~~into~~ an existing instrument track.

The word "into" seems redundant
  • Loading branch information
AW1534 authored and Rossmaxx committed Jun 15, 2024
1 parent 7d00c7c commit 4eb16a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/PluginBrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 4eb16a8

Please sign in to comment.