I want to rename Power Armor into Combat Armor since I don't believe Power Armor should slow the wearer down at all.
Thanks for the feed back.
Goto Mods\Core\Defs\ThingDefs, open Apparel_Various.xml with a text editor. (I personally use Notepad++)
Find
<defName>Apparel_PowerArmor</defName>
<label>Power armor</label>
And change
<label>Power armor</label>
to
<label>Combat armor</label>
save it and it should work.
Awesome Thanks!