From 84a6bad8a0809517d758bc92f071f4e9f57aeb88 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Fri, 14 Jul 2017 20:56:49 -0400 Subject: [PATCH] In a user visible message: TAB > Tab --- src/TrackPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index 185632b94..246d73f30 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -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)