mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 06:33:53 +01:00
Typo in message
This commit is contained in:
@@ -223,7 +223,7 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
|
||||
{
|
||||
wxString ShortName = wxFileName( files[i] ).GetName();
|
||||
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
|
||||
int action;
|
||||
action = ShowMultiDialog(msg, _("Warning - Unknown Module"), buttons, _("Load this module?"), false);
|
||||
|
||||
Reference in New Issue
Block a user