RimWorld

RimWorld

Expanded Materials Add-on - Solder your components
Way to change no components message
heres a way to change the no components message

make a Languages folder in the mod folder like this
Languages/English/Keyed

in this folder you make an xml file with this code.
<LanguageData>
<NoComponentsToRepair>need a repair toolkit</NoComponentsToRepair>
</LanguageData>

and it should work.