Web Site -> Website

This commit is contained in:
Benjamin Przybocki 2015-02-06 16:13:35 -06:00
parent e7f2a04699
commit e75b5165c2
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ wxMenuBar* CFrame::CreateMenu()
wxMenu* helpMenu = new wxMenu;
// Re-enable when there's something useful to display */
// helpMenu->Append(wxID_HELP, _("&Help"));
helpMenu->Append(IDM_HELP_WEBSITE, _("Dolphin &Web Site"));
helpMenu->Append(IDM_HELP_WEBSITE, _("Dolphin &Website"));
helpMenu->Append(IDM_HELP_ONLINE_DOCS, _("Online &Documentation"));
helpMenu->Append(IDM_HELP_GITHUB, _("Dolphin at &GitHub"));
helpMenu->AppendSeparator();