From 355d43aa892b2e7a90c277e1ba8a5b9533f5a1aa Mon Sep 17 00:00:00 2001 From: windinthew Date: Wed, 5 Jun 2013 08:12:51 +0000 Subject: [PATCH] Typo in message --- src/LoadModules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LoadModules.cpp b/src/LoadModules.cpp index f40468af6..6a7bc60ca 100644 --- a/src/LoadModules.cpp +++ b/src/LoadModules.cpp @@ -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);