1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00

Use American spelling conventions in GUI, per policy and convention.

This commit is contained in:
v.audacity
2012-04-27 22:27:40 +00:00
parent 758a8f65e6
commit 03dbeb2aaf

View File

@@ -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;
}