Additional Windchill Capabilities > Manufacturing Process Management > Customizing the Product Structure Explorer (PSE) > Creating a Requirements Tab > Define the labels, tool tips and mnemonics for the Requirements tab
  
Define the labels, tool tips and mnemonics for the Requirements tab
Define the text for the labels, tool tips and mnemonics used in the Requirements tab.
1. Open the ConfigurationResource.rbInfo file from the following location:
<Windchill>/codebase/config/logicrepository/xml/explorer/produc
tstructure
2. Add the following to the end of the file:
#
# Tabbed Pane - Requirements
#
requirementsTabLabel.value=Requirements

# Change Item to Requirements table
requirementsLabel.value=Requirements
reqNumberLabel.value=Number
reqValidityLabel.value=Effectivity
reqStatusLabel.value=Status
relatedCINLabel.value=Originating From
fulfillingDSLabel.value=Fulfilled By
reqPredecessorLabel.value=Predecessor

generateReqsLabel.value=Generate Requirements
generateReqsToolTip.value=Generate Requirements

fulfillReqLabel.value=Fulfill Requirement
fulfillReqToolTip.value=Fulfill Requirement

viewEffLogLabel.value=View Effectivity Calculation Log
viewEffLogToolTip.value=View Effectivity Calculation Log
* 
The property name defined in the file, e.g. <property name>.value, must match the key attribute of the <Resource> element in the XML configuration files.