Merge pull request #1779 from riking/pr-rename-boot-from-dvd
Reword "Boot from DVD Drive" -> "DVD Backup" menu option
This commit is contained in:
commit
1acd80f23f
|
@ -139,7 +139,7 @@ wxMenuBar* CFrame::CreateMenu()
|
|||
fileMenu->Append(IDM_CHANGE_DISC, 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
|
||||
|
|
Loading…
Reference in New Issue