1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 17:18:41 +02:00

Add missing hyphen

This commit is contained in:
Steve Daulton 2016-08-09 18:55:10 +01:00
parent 8cb8e59046
commit 586074bab8

View File

@ -156,7 +156,7 @@ void MousePrefs::CreateList()
AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll waveform")); AddItem(_("Shift-Wheel-Rotate"),_("Any"), _("Scroll waveform"));
AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom waveform in or out")); AddItem(CTRL + _("-Wheel-Rotate"), _("Any"), _("Zoom waveform in or out"));
AddItem(CTRL + _("Shift-Wheel-Rotate"),_("Any"), _("Waveform (dB) range")); AddItem(CTRL + _("-Shift-Wheel-Rotate"),_("Any"), _("Waveform (dB) range"));
mList->SetColumnWidth(BlankColumn, 0); mList->SetColumnWidth(BlankColumn, 0);
mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE); mList->SetColumnWidth(ToolColumn, wxLIST_AUTOSIZE);