mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Message now says merge to match with Undo History
This commit is contained in:
@@ -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")),
|
: _("Left-Click to merge clips")),
|
||||||
(unsafe
|
(unsafe
|
||||||
? &*disabledCursor
|
? &*disabledCursor
|
||||||
: &arrowCursor)
|
: &arrowCursor)
|
||||||
|
|||||||
Reference in New Issue
Block a user