Merge pull request #2262 from Buddybenj/change-wording-2
Change Wording in Help Menu
This commit is contained in:
commit
38236fb8e8
|
@ -122,7 +122,7 @@
|
|||
</action>
|
||||
<action name="actionGitHub">
|
||||
<property name="text">
|
||||
<string>&Dolphin at GitHub</string>
|
||||
<string>&GitHub Repository</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
|
|
|
@ -387,9 +387,9 @@ 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 &Website"));
|
||||
helpMenu->Append(IDM_HELP_WEBSITE, _("&Website"));
|
||||
helpMenu->Append(IDM_HELP_ONLINE_DOCS, _("Online &Documentation"));
|
||||
helpMenu->Append(IDM_HELP_GITHUB, _("Dolphin at &GitHub"));
|
||||
helpMenu->Append(IDM_HELP_GITHUB, _("&GitHub Repository"));
|
||||
helpMenu->AppendSeparator();
|
||||
helpMenu->Append(wxID_ABOUT, _("&About..."));
|
||||
menubar->Append(helpMenu, _("&Help"));
|
||||
|
|
Loading…
Reference in New Issue