diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index 2f2cd1a395..a430ce051f 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -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