mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	For consistency with naming elsewhere in the user interface.
Thanks Gale.
This commit is contained in:
		@@ -642,9 +642,9 @@ void AudacityProject::CreateMenusAndCommands()
 | 
			
		||||
   /* i18n-hint: Clicking this menu item shows the toolbar which has sound level meters*/
 | 
			
		||||
   c->AddCheck(wxT("ShowMeterTB"), _("&Combined Meter Toolbar"), FN(OnShowMeterToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   /* i18n-hint: Clicking this menu item shows the toolbar with the mixer*/
 | 
			
		||||
   c->AddCheck(wxT("ShowRecordMeterTB"), _("&Record Meter Toolbar"), FN(OnShowRecordMeterToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   c->AddCheck(wxT("ShowRecordMeterTB"), _("&Recording Meter Toolbar"), FN(OnShowRecordMeterToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   /* i18n-hint: Clicking this menu item shows the toolbar with the mixer*/
 | 
			
		||||
   c->AddCheck(wxT("ShowPlayMeterTB"), _("&Play Meter Toolbar"), FN(OnShowPlayMeterToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   c->AddCheck(wxT("ShowPlayMeterTB"), _("&Playback Meter Toolbar"), FN(OnShowPlayMeterToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   /* i18n-hint: Clicking this menu item shows the toolbar with the mixer*/
 | 
			
		||||
   c->AddCheck(wxT("ShowMixerTB"), _("Mi&xer Toolbar"), FN(OnShowMixerToolBar), 0, AlwaysEnabledFlag, AlwaysEnabledFlag);
 | 
			
		||||
   /* i18n-hint: Clicking this menu item shows the toolbar for selecting audio*/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user