mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	Use American spelling conventions in GUI, per policy and convention.
This commit is contained in:
		@@ -151,7 +151,7 @@ void CommandBuilder::BuildCommand(const wxString &cmdName,
 | 
			
		||||
      wxString paramName = cmdParams.Left(splitAt);
 | 
			
		||||
      if (params.find(paramName) == params.end())
 | 
			
		||||
      {
 | 
			
		||||
         Failure(wxT("Unrecognised parameter: '") + paramName + wxT("'"));
 | 
			
		||||
         Failure(wxT("Unrecognized parameter: '") + paramName + wxT("'"));
 | 
			
		||||
         return;
 | 
			
		||||
      }
 | 
			
		||||
      cmdParams = cmdParams.Mid(splitAt+1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user