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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user