Audacity 3.2.0
Functions
anonymous_namespace{TrackSelectHandle.cpp} Namespace Reference

Functions

TranslatableString Message (unsigned trackCount)
 

Function Documentation

◆ Message()

TranslatableString anonymous_namespace{TrackSelectHandle.cpp}::Message ( unsigned  trackCount)

Definition at line 38 of file TrackSelectHandle.cpp.

38 {
39 if (trackCount > 1)
40 return XO(
41// i18n-hint: %s is replaced by (translation of) 'Ctrl+Click' on windows, 'Command+Click' on Mac
42"%s to select or deselect track. Drag up or down to change track order.")
43 .Format( CTRL_CLICK );
44 else
45 // i18n-hint: %s is replaced by (translation of) 'Ctrl+Click' on windows, 'Command+Click' on Mac
46 return XO("%s to select or deselect track.")
47 .Format( CTRL_CLICK );
48 }
XO("Cut/Copy/Paste")
#define CTRL_CLICK

References CTRL_CLICK, and XO().

Referenced by BatchEvalCommand::Apply(), ProjectManager::OnCloseWindow(), TrackSelectHandle::Preview(), and ProjectFileManager::SaveAs().

Here is the call graph for this function:
Here is the caller graph for this function: