mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +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 =
|
static auto handClosedCursor =
|
||||||
MakeCursor(wxCURSOR_HAND, RearrangingCursorXpm, 16, 16);
|
MakeCursor(wxCURSOR_HAND, RearrangingCursorXpm, 16, 16);
|
||||||
// i18n-hint Appears on hovering mouse over clip affordance
|
// 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)
|
if (unsafe)
|
||||||
return { message, &*disabledCursor };
|
return { message, &*disabledCursor };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user