mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Wording changes.
- Losing a ':' on a toolbar - Clarity that we are fitting project/selection to width, not height.
This commit is contained in:
parent
fdf14d98c6
commit
c0fceb3b66
@ -241,8 +241,8 @@ static const struct Entry {
|
||||
#ifdef EXPERIMENTAL_ZOOM_TOGGLE_BUTTON
|
||||
{ ETBZoomToggleID, wxT("ZoomToggle"), XO("Zoom Toggle") },
|
||||
#endif
|
||||
{ ETBZoomSelID, wxT("ZoomSel"), XO("Fit selection in window") },
|
||||
{ ETBZoomFitID, wxT("FitInWindow"), XO("Fit project in window") },
|
||||
{ ETBZoomSelID, wxT("ZoomSel"), XO("Fit selection to width") },
|
||||
{ ETBZoomFitID, wxT("FitInWindow"), XO("Fit project to width") },
|
||||
|
||||
#if defined(EXPERIMENTAL_EFFECTS_RACK)
|
||||
{ ETBEffectsID, wxT(""), XO("Open Effects Rack") },
|
||||
|
@ -255,7 +255,7 @@ void SelectionBar::Populate()
|
||||
|
||||
wxColour clrText = theTheme.Colour( clrTrackPanelText );
|
||||
wxColour clrText2 = *wxBLUE;
|
||||
AddTitle( _("Project Rate (Hz):"), mainSizer );
|
||||
AddTitle( _("Project Rate (Hz)"), mainSizer );
|
||||
AddVLine( mainSizer );
|
||||
AddTitle( _("Snap-To"), mainSizer );
|
||||
#ifdef OPTIONS_BUTTON
|
||||
@ -297,7 +297,7 @@ void SelectionBar::Populate()
|
||||
mRateBox = safenew wxComboBox(this, RateID,
|
||||
wxT(""),
|
||||
wxDefaultPosition, wxSize(80, -1));
|
||||
mRateBox->SetName(_("Project Rate (Hz):"));
|
||||
mRateBox->SetName(_("Project Rate (Hz)"));
|
||||
//mRateBox->SetForegroundColour( clrText2 );
|
||||
wxTextValidator vld(wxFILTER_INCLUDE_CHAR_LIST);
|
||||
vld.SetIncludes(wxArrayString(10, numbers));
|
||||
|
Loading…
x
Reference in New Issue
Block a user