I take it you're trying to rename the note files as well as the button in your Notes section in-game?
Changing the name of the button in-game is easy. Open eq2ui_notes_box.xml and find the default name of the button you want to rename (in your example it would be Note # 2). Replace it with whatever you want the button to be named in-game.
Changing the name of the note text file is a little trickier. Here's how I've gotten it to work. There are a 2 xml files that must be editted.
First, of course, rename your note file (note02.txt in your example) to the name you want for it (ProvisionerHarvestingInfo.txt). Open the eq2ui_notes_box.xml file again, and do a find/replace, like in your example.
Quote:
<Button Location="2,24" Name="note02" OnPress="parent.parent.parent.Task.note01.visible=false
To this
<Button Location="2,24" Name="ProvisionerHarvestingInfo" OnPress="parent.parent.parent.Task.note01.visible=false
|
HOWEVER, you must swap note02 for ProvisionerHarvestingInfo in EVERY instance of note02. There will be 25 replacements.
Second xml file. Back up one folder to the infocenter folder, open notes.xml and do the same find/replace (note02 for ProvisionerHarvestingInfo). There will be two places to do it here.
Remember next time you update the infocenter to have a backup of the notes.xml, eq2ui_notes_box.xml, and note(#).txt files you have editted somewhere, and restore them after the new info-center is installed!