Skip to content

Commit

Permalink
Reword "Boot from DVD Drive" -> "Backup" menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
riking committed Dec 28, 2014
1 parent 9465a87 commit b996649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/FrameTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ wxMenuBar* CFrame::CreateMenu()
fileMenu->Append(IDM_CHANGEDISC, GetMenuLabel(HK_CHANGE_DISC));

wxMenu *externalDrive = new wxMenu;
fileMenu->Append(IDM_DRIVES, _("&Boot from DVD Drive..."), externalDrive);
fileMenu->Append(IDM_DRIVES, _("&Boot from DVD Backup..."), externalDrive);

drives = cdio_get_devices();
// Windows Limitation of 24 character drives
Expand Down

0 comments on commit b996649

Please sign in to comment.