1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +01:00

fix i18n-hint

This commit is contained in:
Paul Licameli
2017-07-15 21:11:44 -04:00
parent 5644bed8bd
commit ca83b06e84

View File

@@ -988,7 +988,7 @@ void TrackPanel::HandleMotion
}
if (HasEscape())
/* i18n-hint TAB is a key on the keyboard */
/* i18n-hint Esc is a key on the keyboard */
status += wxT(" "), status += _("(Esc to cancel)");
mListener->TP_DisplayStatusMessage(status);
if (!tooltip.empty())