mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Reword "Boot from DVD Drive" -> "Backup" menu option
This commit is contained in:
parent
9465a877f8
commit
b996649073
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ wxMenuBar* CFrame::CreateMenu()
|
||||||
fileMenu->Append(IDM_CHANGEDISC, GetMenuLabel(HK_CHANGE_DISC));
|
fileMenu->Append(IDM_CHANGEDISC, 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue