From 497292cb1bde5a4a56b1cd6014b4e4912b17112f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 28 Mar 2017 17:13:48 -0400 Subject: [PATCH] MainMenuBar: Amend MEGA signature help tooltip Keeps it consistent with the regular signature DB option --- Source/Core/DolphinWX/MainMenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/MainMenuBar.cpp b/Source/Core/DolphinWX/MainMenuBar.cpp index 3f671b66fd..3fda28cdf6 100644 --- a/Source/Core/DolphinWX/MainMenuBar.cpp +++ b/Source/Core/DolphinWX/MainMenuBar.cpp @@ -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"));