mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18:06 +02:00
Move an i18n-hint comment
This commit is contained in:
parent
353a235708
commit
8abf3b490f
@ -307,10 +307,10 @@ MenuTable::BaseItemPtr ToolbarsMenu( AudacityProject& )
|
|||||||
Command( wxT("ShowSelectionTB"), XXO("&Selection Toolbar"),
|
Command( wxT("ShowSelectionTB"), XXO("&Selection Toolbar"),
|
||||||
FN(OnShowSelectionToolBar), AlwaysEnabledFlag, checkOff )
|
FN(OnShowSelectionToolBar), AlwaysEnabledFlag, checkOff )
|
||||||
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
#ifdef EXPERIMENTAL_SPECTRAL_EDITING
|
||||||
/* i18n-hint: Clicking this menu item shows the toolbar
|
|
||||||
for selecting a frequency range of audio*/
|
|
||||||
,
|
,
|
||||||
Command( wxT("ShowSpectralSelectionTB"),
|
Command( wxT("ShowSpectralSelectionTB"),
|
||||||
|
/* i18n-hint: Clicking this menu item shows the toolbar
|
||||||
|
for selecting a frequency range of audio*/
|
||||||
XXO("Spe&ctral Selection Toolbar"),
|
XXO("Spe&ctral Selection Toolbar"),
|
||||||
FN(OnShowSpectralSelectionToolBar), AlwaysEnabledFlag, checkOff )
|
FN(OnShowSpectralSelectionToolBar), AlwaysEnabledFlag, checkOff )
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user