Skip to content

Commit 2edb9dd

Browse files
Annotate configWindow for breakdown plots
1 parent 0360dad commit 2edb9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ConfigWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def initUI(self):
589589
if int(ConfigFile.settings["bL2PlotLt"]) == 1:
590590
self.l2PlotLtCheckBox.setChecked(True)
591591

592-
l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Uncertainty Breakdown Plots", self)
592+
l2UncertaintyBreakdownPlotsLabel = QtWidgets.QLabel("Unc. Plots (class-based only)", self)
593593
# l2UncertaintyBreakdownPlotLabel = QtWidgets.QLabel(" ", self)
594594
self.l2UncertaintyBreakdownPlotCheckBox = QtWidgets.QCheckBox("", self)
595595
if int(ConfigFile.settings["bL2UncertaintyBreakdownPlot"]) == 1:

0 commit comments

Comments
 (0)