From b996649073c28072590ee2d502e4c1cc929c4d33 Mon Sep 17 00:00:00 2001 From: riking Date: Sun, 28 Dec 2014 12:55:03 -0800 Subject: [PATCH] Reword "Boot from DVD Drive" -> "Backup" menu option --- Source/Core/DolphinWX/FrameTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index 55c82d33e6..aae764fbff 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -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