mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Fix verbosity in status message.
This commit is contained in:
parent
a9cbebcb0f
commit
2f3530e1f8
@ -40,7 +40,7 @@ HitTestPreview CutlineHandle::HitPreview(bool cutline, bool unsafe)
|
|||||||
return {
|
return {
|
||||||
(cutline
|
(cutline
|
||||||
? _("Left-Click to expand, Right-Click to remove")
|
? _("Left-Click to expand, Right-Click to remove")
|
||||||
: _("Left-Click to join clips. Click & drag to the line to make it a selection edge.")),
|
: _("Left-Click to join clips")),
|
||||||
(unsafe
|
(unsafe
|
||||||
? &*disabledCursor
|
? &*disabledCursor
|
||||||
: &arrowCursor)
|
: &arrowCursor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user