From 4eb16a80777632a03ddb738cdc3ad7b5fa5af6b3 Mon Sep 17 00:00:00 2001 From: Andrew Wiltshire <62200778+AW1534@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:23:21 +0100 Subject: [PATCH] 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 --- src/gui/PluginBrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/PluginBrowser.cpp b/src/gui/PluginBrowser.cpp index 963609c431c..2594bdab374 100644 --- a/src/gui/PluginBrowser.cpp +++ b/src/gui/PluginBrowser.cpp @@ -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 );