1
0
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:
Gale Andrews
2017-06-29 01:31:29 +01:00
committed by GitHub
parent 2f3530e1f8
commit 138c188fb4

View File

@@ -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)