1
0
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:
Paul Licameli 2017-07-14 20:56:49 -04:00
parent 903cebafe1
commit 84a6bad8a0

View File

@ -974,7 +974,7 @@ void TrackPanel::HandleMotion
if (HasRotation())
/* 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);
mListener->TP_DisplayStatusMessage(tip);
if (pCursor)