diff options
Diffstat (limited to 'src/core/stdhelp/help.cpp')
-rw-r--r-- | src/core/stdhelp/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp index 918ae51ad3..ea5a221696 100644 --- a/src/core/stdhelp/help.cpp +++ b/src/core/stdhelp/help.cpp @@ -103,7 +103,7 @@ int LoadHelpModule(void) mi.icolibItem = GetSkinIconHandle(SKINICON_OTHER_MIRANDAWEB);
mi.position = 2000050000;
- mi.pszName = LPGEN("&Miranda IM Homepage");
+ mi.pszName = LPGEN("&Miranda NG Homepage");
mi.pszService = "Help/WebsiteCommand";
Menu_AddMainMenuItem(&mi);
|