1
0
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:
Vitaly Sverchinsky 2021-08-02 18:13:44 +03:00 committed by Panagiotis Vasilopoulos
parent 425a182de0
commit 379bcd9767
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

@ -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 };