1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02: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 {
(cutline
? _("Left-Click to expand, Right-Click to remove")
: _("Left-Click to join clips")),
: _("Left-Click to merge clips")),
(unsafe
? &*disabledCursor
: &arrowCursor)