mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-25 14:07:13 +02:00
Use American spelling conventions in GUI, per policy and convention.
This commit is contained in:
parent
3a5e4fbe3d
commit
08b68fd96a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user