mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +02:00
Changing affordance hint text
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
parent
425a182de0
commit
379bcd9767
@ -39,7 +39,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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user