mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-13 23:49:03 +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(
|
wxMessageBox(
|
||||||
wxString::Format(
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user