From 010217d83c181e7958e487f2d980968e0f8233f3 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Thu, 8 Jun 2017 15:41:29 -0400 Subject: [PATCH] some i18n-hint comments --- src/TrackPanel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TrackPanel.cpp b/src/TrackPanel.cpp index d243c8912..3ab181424 100644 --- a/src/TrackPanel.cpp +++ b/src/TrackPanel.cpp @@ -1377,8 +1377,10 @@ bool TrackPanel::SetCursorForCutline(WaveTrack * track, const wxRect &rect, cons } #if defined(__WXMAC__) +/* i18n-hint: Command names a modifier key on Macintosh keyboards */ #define CTRL_CLICK _("Command-Click") #else +/* i18n-hint: Ctrl names a modifier key on Windows or Linux keyboards */ #define CTRL_CLICK _("Ctrl-Click") #endif