From 4363b69c172dd685eb91a395a718f462d116a5c0 Mon Sep 17 00:00:00 2001 From: James Crook Date: Tue, 2 Jun 2015 23:20:30 +0100 Subject: [PATCH] Bug 974 - Register Effects GUI instructions are incorrect. I've changed the wording to give just enough information to be able to use the new interface. Mainly to close this P1 bug, and so not block proceeding to release. --- src/PluginManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginManager.cpp b/src/PluginManager.cpp index 93fdd57a5..8891d944d 100644 --- a/src/PluginManager.cpp +++ b/src/PluginManager.cpp @@ -516,7 +516,7 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S) { /*i18n-hint: The dialog shows a list of plugins with check-boxes beside each one.*/ - S.StartStatic(_("Select Plugins then press ENTER to Install"), true); + S.StartStatic(_("Select Plugins, click the Enable or Disable button, then click OK."), true); { S.StartHorizontalLay(wxALIGN_LEFT,0 ); {