diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-02-07 17:06:23 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-02-07 17:06:23 -0500 |
| commit | 3767ddcacf7de70268f9aa51d69fdc9a358ec034 (patch) | |
| tree | 6a7581b64a5bdf524bd91dd5bd520b7252281f6d /Source/Core | |
| parent | 73d65f3ad3ffc3cc3b12374b21311800c3d51dff (diff) | |
| parent | e75b5165c2df6377af52b919b45bb7a09bbeee41 (diff) | |
Merge pull request #2019 from Buddybenj/website
Web Site -> Website
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/FrameTools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index fd8f7ae8d4..2f2cd1a395 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -386,7 +386,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(); |
