Skip to content

Commit eb45fa2

Browse files
committed
Change string
1 parent e6ca112 commit eb45fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subprojects/AutoEqIntegration/AeqPreviewPlot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void AeqPreviewPlot::importGraphicEq(const QString &graphic, const QString& titl
156156
titleElement->setText(title);
157157

158158
auto g = addGraph(xAxis, yAxis);
159-
g->setName("Equalization (+preamp)");
159+
g->setName("Equalization (normalized)");
160160
g->addToLegend(legend);
161161

162162
QPen pen; \

0 commit comments

Comments
 (0)