From 5d75b79f15b11a7a0b79cc2c77021495b2445a40 Mon Sep 17 00:00:00 2001 From: James Crook Date: Fri, 7 Apr 2017 17:07:53 +0100 Subject: [PATCH] Change 'Set' to 'Zoom' Name change makes it clearer that this is about zooming. --- src/Menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Menus.cpp b/src/Menus.cpp index 720f815f2..dfe297767 100644 --- a/src/Menus.cpp +++ b/src/Menus.cpp @@ -696,7 +696,7 @@ void AudacityProject::CreateMenusAndCommands() c->AddItem(wxT("ZoomSel"), _("&Zoom to Selection"), FN(OnZoomSel), wxT("Ctrl+E"), TimeSelectedFlag, TimeSelectedFlag); c->EndSubMenu(); - c->BeginSubMenu(_("Set One &Pixel to")); + c->BeginSubMenu(_("Zoom One &Pixel to")); c->AddItem(wxT("ZoomOneSecond"), _("&One Second"), FN(OnZoomOneSecond)); c->AddItem(wxT("ZoomTenthSecond"), _("&Tenth Second"), FN(OnZoomTenthSecond)); c->AddItem(wxT("ZoomHundredthSecond"), _("&Hundredth Second"), FN(OnZoomHundredthSecond));