changing labels on submit buttons

Hi

We’ve had a request from a client to change the text that appears on the Insert and Update button on the content editor. In both cases they want it to read “Save”. Is this possible?

Cheers
James

Well, you can do it by editing the activeEdit.xsl stylesheet. It won’t be easy, and it won’t survive an upgrade.

Dave

Nearly all user-facing text can be changed in a way that survives upgrades and doesn’t require modification of system files by creating an ‘english’ translation. To do this, run the language tool ([rxroot]/rxlt/RhythmyxLanguageTool) and choose option 1 “Generate a TMX file”. Then choose option “Extensions and System Resources”.

Then, edit the generated file and change the entry whose tuid=“psx.ce.action@Update” to the desired text (for the text in question.)

Finally, you need to merge that file back into the server using option 2.

This technique will survive upgrades.

Hi Paul

Worked a treat. I did have to stop and start the server though.

Cheers
James