Skip to content

Commit 81380f1

Browse files
committed
relabel HAP window
1 parent 3b7235a commit 81380f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GSASII/GSASIIddataGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ def OnFixVals(event):
11461146
topSizer = G2frame.dataWindow.topBox
11471147
topSizer.Clear(True)
11481148
parent = G2frame.dataWindow.topPanel
1149-
lbl= f"Histogram data for Phase {data['General']['Name']!r}"[:60]
1149+
lbl= f"Histogram-specific parameters for Phase {data['General']['Name']!r}"[:60]
11501150
topSizer.Add(wx.StaticText(parent,label=lbl),0,WACV)
11511151
topSizer.Add((-1,-1),1,wx.EXPAND)
11521152
topSizer.Add(G2G.HelpButton(parent,helpIndex=G2frame.dataWindow.helpKey))

0 commit comments

Comments
 (0)