mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 08:01:19 +02:00
Better text for what Ctrl-Wheel-Rotate does.
This commit is contained in:
parent
0a53820106
commit
26e29d270c
@ -133,7 +133,7 @@ void MousePrefs::CreateList()
|
||||
|
||||
AddItem(_("Wheel-Rotate"), _("Any"), _("Scroll up or down"));
|
||||
AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll left or right"));
|
||||
AddItem(_("Ctrl-Wheel-Rotate"), _("Any"), _("Zoom in or out"));
|
||||
AddItem(_("Ctrl-Wheel-Rotate"), _("Any"), _("Zoom in or out on Mouse Pointer"));
|
||||
|
||||
mList->SetColumnWidth(BlankColumn, 0);
|
||||
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user