mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Fix note track status message
'verticaly' isn't a word; it's better to just completely reuse the wave track message.
This commit is contained in:
@@ -92,7 +92,7 @@ HitTestPreview NoteTrackVZoomHandle::HitPreview(const wxMouseEvent &event)
|
|||||||
static auto zoomOutCursor =
|
static auto zoomOutCursor =
|
||||||
::MakeCursor(wxCURSOR_MAGNIFIER, ZoomOutCursorXpm, 19, 15);
|
::MakeCursor(wxCURSOR_MAGNIFIER, ZoomOutCursorXpm, 19, 15);
|
||||||
return {
|
return {
|
||||||
_("Click to verticaly zoom in, Shift-click to zoom out, Drag to create a particular zoom region."),
|
_("Click to vertically zoom in. Shift-click to zoom out. Drag to specify a zoom region."),
|
||||||
(event.ShiftDown() ? &*zoomOutCursor : &*zoomInCursor)
|
(event.ShiftDown() ? &*zoomOutCursor : &*zoomInCursor)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user