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
1 changed files with 1 additions and 1 deletions

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)