mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Changing affordance hint text
This commit is contained in:
committed by
Paul Licameli
parent
c189066c4d
commit
f90698c980
@@ -30,7 +30,8 @@ HitTestPreview AffordanceHandle::HitPreview(const AudacityProject*, bool unsafe,
|
||||
static auto handClosedCursor =
|
||||
MakeCursor(wxCURSOR_HAND, RearrangingCursorXpm, 16, 16);
|
||||
// i18n-hint Appears on hovering mouse over clip affordance
|
||||
auto message = XO("Click and drag to move a clip in time, or click to select");
|
||||
auto message = XO("Drag clips to reposition them."\
|
||||
" Hold Shift and drag to move all clips on the same track.");
|
||||
|
||||
if (unsafe)
|
||||
return { message, &*disabledCursor };
|
||||
|
||||
Reference in New Issue
Block a user