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
758a8f65e6
commit
03dbeb2aaf
@ -563,7 +563,7 @@ bool BatchCommands::ApplyCommand(const wxString command, const wxString params)
|
||||
|
||||
wxMessageBox(
|
||||
wxString::Format(
|
||||
_("Your batch command of %s was not recognised."), command.c_str() ));
|
||||
_("Your batch command of %s was not recognized."), command.c_str() ));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user