Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hi,
Put this XML in a file in the lang-folder, change the texts and you're all set:
<languages> <language name="English" id="en"> <episerver> <cms> <contentediting> <toolbar> <buttons> <publishchanges> <executinglabel>Publishing changes...</executinglabel> <label>Publish Changes</label> <title>Publish Changes</title> </publishchanges> <scheduleforpublish> <label>Schedule for Publish</label> <title>Schedule for Publish</title> </scheduleforpublish> <sendforreview> <executinglabel>Sending...</executinglabel> <label>Ready to Publish</label> <title>Page version is ready to Publish</title> </sendforreview> <reverttopublished> <label>Revert to Published</label> <title>Revert to published version</title> </reverttopublished> </buttons> </toolbar> </contentediting> </cms> </episerver> </language> </languages>
You're welcome. :) If you need to lookup XPath to other components you can look at my blog post:
In EPiServer 8, is it possible to change the text of the buttons/links, within the CMS page editor, such as:
- Publish Changes
- Schedule for Publish
- Ready to Publish
- Revert to Published
Found here:
Thanks