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:
parent
65c7beff99
commit
010217d83c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user