mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Typo in message
This commit is contained in:
parent
90a62323be
commit
355d43aa89
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user