To change all the text that reads cement to read concrete, use the following commands in a script file:
MDL KEYIN FINDREPLACETEXT
FIND DIALOG SEARCHSTRING cement
FIND DIALOG REPLACESTRING concrete
CHANGE TEXT ALLFILTERED
Or plop the commands into a macro…