Ignore:
Timestamp:
Apr 12, 2009 7:39:33 PM (15 years ago)
Author:
Jae Cho <jhjcho@…>
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, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
45bf0ede
Parents:
8e09f63
Message:

minor changes (some names of titles)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/fitpage.py

    r87fbc60 rfa58441  
    120120            return 
    121121         
    122         box_description= wx.StaticBox(self, -1, 'Loaded Data') 
     122        box_description= wx.StaticBox(self, -1, 'Data') 
    123123        boxsizer1 = wx.StaticBoxSizer(box_description, wx.VERTICAL) 
    124124        #---------------------------------------------------------- 
     
    127127        DataSource  =wx.StaticText(self, -1,str(self.data.name)) 
    128128 
    129         sizer_data.Add(wx.StaticText(self, -1, 'Data Source Name : ')) 
     129        sizer_data.Add(wx.StaticText(self, -1, 'Source Name : ')) 
    130130        sizer_data.Add(DataSource ) 
    131131        sizer_data.Add( (5,5) ) 
     
    138138            # Maximum value of data   
    139139            data_max = str(format_number(numpy.max(self.data.x))) 
    140             text4_3 = wx.StaticText(self, -1, 'Maximum Q Range(Linear)', 
     140            text4_3 = wx.StaticText(self, -1, 'Total Q Range(1/A)', 
    141141                                     style=wx.ALIGN_LEFT) 
    142142            sizer_data.Add( text4_3 ) 
     
    153153            # Maximum value of data   
    154154            data_max = str(format_number(radius_max)) 
    155             text4_3 = wx.StaticText(self, -1, 'Maximum Q Range', 
     155            text4_3 = wx.StaticText(self, -1, 'Total Q Range', 
    156156                                     style=wx.ALIGN_LEFT) 
    157157            sizer_data.Add( text4_3 ) 
Note: See TracChangeset for help on using the changeset viewer.