mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 09:08:44 +02:00
Add missing hyphen
This commit is contained in:
parent
8cb8e59046
commit
586074bab8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user