MainMenuBar: Amend MEGA signature help tooltip

Keeps it consistent with the regular signature DB option
This commit is contained in:
Lioncash 2017-03-28 17:13:48 -04:00
parent 5637bbd1cf
commit 497292cb1b
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ wxMenu* MainMenuBar::CreateSymbolsMenu() const
"used in multiple games, by loading them from a .dsy file."));
symbols_menu->Append(
IDM_USE_MEGA_SIGNATURE_FILE, _("Apply &MEGA Signature File..."),
_("Must use Generate Symbol Map first! Recognise names of any standard library functions "
_("Must use Generate Symbols first! Recognise names of any standard library functions "
"used in multiple games, by loading them from a .mega file."));
symbols_menu->AppendSeparator();
symbols_menu->Append(IDM_PATCH_HLE_FUNCTIONS, _("&Patch HLE Functions"));