mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
Replace various calls to _ with XO
This commit is contained in:
@@ -357,7 +357,7 @@ namespace
|
||||
shiftDown;
|
||||
|
||||
tip =
|
||||
_("Click and drag to move center selection frequency.");
|
||||
XO("Click and drag to move center selection frequency.");
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -28,10 +28,10 @@ Paul Licameli split from TrackPanel.cpp
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
/* i18n-hint: Command names a modifier key on Macintosh keyboards */
|
||||
#define CTRL_CLICK _("Command+Click")
|
||||
#define CTRL_CLICK XO("Command+Click")
|
||||
#else
|
||||
/* i18n-hint: Ctrl names a modifier key on Windows or Linux keyboards */
|
||||
#define CTRL_CLICK _("Ctrl+Click")
|
||||
#define CTRL_CLICK XO("Ctrl+Click")
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user