1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-23 07:29:46 +02:00

Change 'Set' to 'Zoom'

Name change makes it clearer that this is about zooming.
This commit is contained in:
James Crook 2017-04-07 17:07:53 +01:00
parent 431308d9d2
commit 5d75b79f15

View File

@ -696,7 +696,7 @@ void AudacityProject::CreateMenusAndCommands()
c->AddItem(wxT("ZoomSel"), _("&Zoom to Selection"), FN(OnZoomSel), wxT("Ctrl+E"), TimeSelectedFlag, TimeSelectedFlag); c->AddItem(wxT("ZoomSel"), _("&Zoom to Selection"), FN(OnZoomSel), wxT("Ctrl+E"), TimeSelectedFlag, TimeSelectedFlag);
c->EndSubMenu(); 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("ZoomOneSecond"), _("&One Second"), FN(OnZoomOneSecond));
c->AddItem(wxT("ZoomTenthSecond"), _("&Tenth Second"), FN(OnZoomTenthSecond)); c->AddItem(wxT("ZoomTenthSecond"), _("&Tenth Second"), FN(OnZoomTenthSecond));
c->AddItem(wxT("ZoomHundredthSecond"), _("&Hundredth Second"), FN(OnZoomHundredthSecond)); c->AddItem(wxT("ZoomHundredthSecond"), _("&Hundredth Second"), FN(OnZoomHundredthSecond));