We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164a29e commit d10f502Copy full SHA for d10f502
1 file changed
Source/Toolbar.cpp
@@ -1325,7 +1325,7 @@ class AudioSettingsCallout final : public Component
1325
if (ProjectInfo::isStandalone) {
1326
setSize(200, 180);
1327
} else {
1328
- latencyLabel.setText("Latency (samples)", dontSendNotification);
+ latencyLabel.setText("Latency compensation (samples)", dontSendNotification);
1329
latencyLabel.setFont(Fonts::getSemiBoldFont().withHeight(13.5f));
1330
addAndMakeVisible(latencyLabel);
1331
0 commit comments