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:
magumagu 2015-02-10 11:07:44 -08:00
commit 1acd80f23f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ wxMenuBar* CFrame::CreateMenu()
fileMenu->Append(IDM_CHANGE_DISC, GetMenuLabel(HK_CHANGE_DISC)); fileMenu->Append(IDM_CHANGE_DISC, GetMenuLabel(HK_CHANGE_DISC));
wxMenu *externalDrive = new wxMenu; 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(); drives = cdio_get_devices();
// Windows Limitation of 24 character drives // Windows Limitation of 24 character drives