1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

Bug968 again: Fix wrong message (ctrl not shift), and omit "maximum" per Peter

This commit is contained in:
Paul Licameli 2015-05-25 10:03:37 -04:00
parent 4b76db56b7
commit 0615ff47ae

View File

@ -109,8 +109,8 @@ void MousePrefs::CreateList()
AddItem(_("Shift-Ctrl-Left-Click"), _("Select"), _("Seek"));
#endif
#ifdef EXPERIMENTAL_SCRUBBING_SMOOTH_SCROLL
AddItem(_("Shift-Left-Double-Click"), _("Select"), _("Smooth Scrolling Scrub"));
AddItem(_("Wheel-Rotate"), _("Select"), _("Change maximum scrub speed"));
AddItem(_("Ctrl-Left-Double-Click"), _("Select"), _("Smooth Scrolling Scrub"));
AddItem(_("Wheel-Rotate"), _("Select"), _("Change scrub speed"));
#endif
#ifdef EXPERIMENTAL_SPECTRAL_EDITING