mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +01:00 
			
		
		
		
	grammar niggles, starting with sentence ending with period
This commit is contained in:
		@@ -54,7 +54,7 @@ void ModulePrefs::PopulateOrExchange(ShuttleGui & S)
 | 
			
		||||
 | 
			
		||||
   S.StartStatic(_("Enable these Modules (if present)"));
 | 
			
		||||
   {
 | 
			
		||||
      S.AddFixedText(_("These are experimental.  Only enable them if you've read the manual\nand know what you are doing") );
 | 
			
		||||
      S.AddFixedText(_("These are experimental. Enable them only if you've read the manual\nand know what you are doing.") );
 | 
			
		||||
      S.TieCheckBox(_("mod-script-pipe"),
 | 
			
		||||
                    wxT("/Module/mod-script-pipe"),
 | 
			
		||||
                    false);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user