1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Typo in message

This commit is contained in:
windinthew 2013-06-05 08:12:51 +00:00
parent 90a62323be
commit 355d43aa89

View File

@ -223,7 +223,7 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
{ {
wxString ShortName = wxFileName( files[i] ).GetName(); wxString ShortName = wxFileName( files[i] ).GetName();
wxString msg; wxString msg;
msg.Printf(_("Unkown Module \"%s\""), ShortName.c_str()); msg.Printf(_("Unknown Module \"%s\""), ShortName.c_str());
const wxChar *buttons[] = {_("Yes"), _("No"), NULL}; // could add a button here for 'yes and remember that', and put it into the cfg file const wxChar *buttons[] = {_("Yes"), _("No"), NULL}; // could add a button here for 'yes and remember that', and put it into the cfg file
int action; int action;
action = ShowMultiDialog(msg, _("Warning - Unknown Module"), buttons, _("Load this module?"), false); action = ShowMultiDialog(msg, _("Warning - Unknown Module"), buttons, _("Load this module?"), false);