Changeset 4612


Ignore:
Timestamp:
Oct 20, 2020 10:35:25 AM (3 years ago)
Author:
vondreele
Message:

change 'Process' to 'Update'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4610 r4612  
    1085110851            btnSizer.Add(wx.StaticText(RigidBodies,wx.ID_ANY,'Actions with assigned\natom(s)...'),0,wx.ALL)
    1085210852            btnSizer.Add((-1,10))
    10853             btn = wx.Button(RigidBodies, wx.ID_ANY, 'Process Assignments')
     10853            btn = wx.Button(RigidBodies, wx.ID_ANY, 'Update Assignments')
    1085410854            btn.Bind(wx.EVT_BUTTON,UpdateTable)
    1085510855            btnSizer.Add(btn,0,wx.ALIGN_CENTER)
Note: See TracChangeset for help on using the changeset viewer.