Skip to content

Commit 9cc65cf

Browse files
committed
Fix a few labels
1 parent 2822ac8 commit 9cc65cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openmc_plotter/docks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def __init__(self, model, font_metric, parent=None):
336336
self.tallyGroupBox.setLayout(self.tallySelectorLayout)
337337

338338
# Create submit button
339-
self.applyButton = QPushButton("ApplyChanges")
339+
self.applyButton = QPushButton("Apply Changes")
340340
self.applyButton.setMinimumHeight(self.font_metric.height() * 1.6)
341341
self.applyButton.clicked.connect(self.main_window.applyChanges)
342342

openmc_plotter/plotgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def createGeneralTab(self):
813813
formLayout.addRow('Background Color: ', self.bgButton)
814814
formLayout.addRow(HorizontalLine())
815815
formLayout.addRow('Show Overlaps:', self.overlapCheck)
816-
formLayout.addRow('OVerlap Color:', self.overlapColorButton)
816+
formLayout.addRow('Overlap Color:', self.overlapColorButton)
817817
formLayout.addRow(HorizontalLine())
818818
formLayout.addRow('Color Plot By:', self.colorbyBox)
819819
formLayout.addRow('Universe Level:', self.universeLevelBox)

0 commit comments

Comments
 (0)