diff --git a/src/widgets/Meter.cpp b/src/widgets/Meter.cpp index 787a45f8c..b247ccaf1 100644 --- a/src/widgets/Meter.cpp +++ b/src/widgets/Meter.cpp @@ -722,7 +722,7 @@ void Meter::OnMouse(wxMouseEvent &evt) mi->Enable(!mActive || mMonitoring); } - menu.Append(OnPreferencesID, _("Preferences...")); + menu.Append(OnPreferencesID, _("Options...")); if (evt.RightDown()) { ShowMenu(evt.GetPosition()); @@ -1904,7 +1904,7 @@ void Meter::ShowMenu(const wxPoint & pos) mi->Enable(!mActive || mMonitoring); } - menu.Append(OnPreferencesID, _("Preferences...")); + menu.Append(OnPreferencesID, _("Options...")); mAccSilent = true; // temporarily make screen readers say (close to) nothing on focus events @@ -1949,7 +1949,7 @@ void Meter::OnPreferences(wxCommandEvent & WXUNUSED(event)) wxRadioButton *vertical; int meterRefreshRate = mMeterRefreshRate; - wxString title(mIsInput ? _("Recording Meter Preferences") : _("Playback Meter Preferences")); + wxString title(mIsInput ? _("Recording Meter Options") : _("Playback Meter Options")); // Dialog is a child of the project, rather than of the toolbar. // This determines where it pops up.