1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Remove "Right-Click for options"

This commit is contained in:
Paul Licameli 2016-05-02 20:11:09 -04:00
parent da4fa1d965
commit 939050018b

View File

@ -2618,7 +2618,6 @@ void AdornedRulerPanel::UpdateStatusBarAndTooltips(StatusChoice choice)
bool state = GetButtonState(choice);
const auto &strings = *GetPushButtonStrings(choice);
message += wxGetTranslation(state ? strings.disable : strings.enable);
message += wxT(" ") + _("(Right-Click for options)");
}
else {
const auto &scrubber = mProject->GetScrubber();