Open this file in wordpad/notepad/etc and find lines 284 and 300, they
look like this:
<menuitem uri="rdf:*" id="rdf:http://www.flock.com/rdf/maps#id"
label="rdf:http://www.flock.com/rdf/maps#title" value="rdf:http://
www.flock.com/rdf/maps#id" oncommand="directionsMove(this.id)"/>
Change label="rdf:http://www.flock.com/rdf/maps#title"
to
label="rdf:http://www.flock.com/rdf/maps#location"
So the resulting lines 284 and 300 should look like this:
<menuitem uri="rdf:*" id="rdf:http://www.flock.com/rdf/maps#id"
label="rdf:http://www.flock.com/rdf/maps#location" value="rdf:http://
www.flock.com/rdf/maps#id" oncommand="directionsMove(this.id)"/>
The above instructions are for the sidebar, to also change the Map
Tab, open Chrome > Content > maptab.xul and change lines 222 and 238
as above.
Cheers, Tones