There are use cases where "Save" and "Publish" aren't appropriate for a given context.

I recommend adding 2 text fields to the "Save draft" vertical tab per content type to customize the label text. The above labels will be used as default values. These values are currently hard-coded in save_draft.module and must be overridden via hook_form_alter().

Comments

rooby’s picture

I'm not sure this is something that should be committed because like you say, you can form alter them.

If you want to change the text of the normal node save button you have to form alter that, and this is no different.

It's a slippery slope when you start making everything configurable via the UI.

pravin ajaaz’s picture

Status: Active » Closed (won't fix)

As rooby said, you could use form_alter if you need to change the label for a specific content type. Feel free to re-open, If you have queries.