1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00

some i18n-hint comments

This commit is contained in:
Paul Licameli 2017-06-08 15:41:29 -04:00
parent 65c7beff99
commit 010217d83c

View File

@ -1377,8 +1377,10 @@ bool TrackPanel::SetCursorForCutline(WaveTrack * track, const wxRect &rect, cons
} }
#if defined(__WXMAC__) #if defined(__WXMAC__)
/* i18n-hint: Command names a modifier key on Macintosh keyboards */
#define CTRL_CLICK _("Command-Click") #define CTRL_CLICK _("Command-Click")
#else #else
/* i18n-hint: Ctrl names a modifier key on Windows or Linux keyboards */
#define CTRL_CLICK _("Ctrl-Click") #define CTRL_CLICK _("Ctrl-Click")
#endif #endif