Skip to content

Commit d10f502

Browse files
committed
Fix label
1 parent 164a29e commit d10f502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Toolbar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ class AudioSettingsCallout final : public Component
13251325
if (ProjectInfo::isStandalone) {
13261326
setSize(200, 180);
13271327
} else {
1328-
latencyLabel.setText("Latency (samples)", dontSendNotification);
1328+
latencyLabel.setText("Latency compensation (samples)", dontSendNotification);
13291329
latencyLabel.setFont(Fonts::getSemiBoldFont().withHeight(13.5f));
13301330
addAndMakeVisible(latencyLabel);
13311331

0 commit comments

Comments
 (0)