mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 22:58:39 +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);
|
wxString paramName = cmdParams.Left(splitAt);
|
||||||
if (params.find(paramName) == params.end())
|
if (params.find(paramName) == params.end())
|
||||||
{
|
{
|
||||||
Failure(wxT("Unrecognised parameter: '") + paramName + wxT("'"));
|
Failure(wxT("Unrecognized parameter: '") + paramName + wxT("'"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cmdParams = cmdParams.Mid(splitAt+1);
|
cmdParams = cmdParams.Mid(splitAt+1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user