1
0
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:
James Crook 2017-06-29 00:00:50 +01:00
parent a9cbebcb0f
commit 2f3530e1f8

View File

@ -40,7 +40,7 @@ HitTestPreview CutlineHandle::HitPreview(bool cutline, bool unsafe)
return {
(cutline
? _("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
? &*disabledCursor
: &arrowCursor)