mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 23:19:06 +02:00
In a user visible message: TAB > Tab
This commit is contained in:
parent
903cebafe1
commit
84a6bad8a0
@ -974,7 +974,7 @@ void TrackPanel::HandleMotion
|
|||||||
|
|
||||||
if (HasRotation())
|
if (HasRotation())
|
||||||
/* i18n-hint TAB is a key on the keyboard */
|
/* i18n-hint TAB is a key on the keyboard */
|
||||||
tip += wxT(" "), tip += _("(TAB for more choices)");
|
tip += wxT(" "), tip += _("(Tab for more choices)");
|
||||||
this->SetToolTip(tip);
|
this->SetToolTip(tip);
|
||||||
mListener->TP_DisplayStatusMessage(tip);
|
mListener->TP_DisplayStatusMessage(tip);
|
||||||
if (pCursor)
|
if (pCursor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user