mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -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 );
 | 
			
		||||
         {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user