From 03dbeb2aafb0de6db4fae67a7eaf2e1eff975a48 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 27 Apr 2012 22:27:40 +0000 Subject: [PATCH] Use American spelling conventions in GUI, per policy and convention. --- src/BatchCommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BatchCommands.cpp b/src/BatchCommands.cpp index 698efabf6..b8929a3fc 100644 --- a/src/BatchCommands.cpp +++ b/src/BatchCommands.cpp @@ -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; }