Changeset c512f7d in sasview for src


Ignore:
Timestamp:
Jul 12, 2016 4:57:21 AM (8 years ago)
Author:
lewis
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
eb320682
Parents:
fb7fcec
Message:

Change some labels to agree with original corfunc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/corfunc/corfunc_panel.py

    ra2db1ab rc512f7d  
    2121    'd0': "Average Core Thickness: ", 
    2222    'A': "PolyDispersity: ", 
    23     'fill': "Filling Fraction: " 
     23    'fill': "Local Crystallinity: " 
    2424} 
    2525 
     
    491491 
    492492        # Output data 
    493         outputbox = wx.StaticBox(self, -1, "Output Measuments") 
     493        outputbox = wx.StaticBox(self, -1, "Output Parameters") 
    494494        outputbox_sizer = wx.StaticBoxSizer(outputbox, wx.VERTICAL) 
    495495 
     
    524524        extrapolate_btn = wx.Button(self, wx.NewId(), "Extrapolate") 
    525525        self._transform_btn = wx.Button(self, wx.NewId(), "Transform") 
    526         self._extract_btn = wx.Button(self, wx.NewId(), "Compute Measuments") 
     526        self._extract_btn = wx.Button(self, wx.NewId(), "Compute Parameters") 
    527527 
    528528        self._transform_btn.Disable() 
Note: See TracChangeset for help on using the changeset viewer.