I wrote this teeny tiny little patch that edits the message displayed to the user after they make a revision current.

Original text "The selected revision has been published."

Proposed updated text "This revision is now the current revision."

Not to be petty or anything. I love this module, it's just that I've got a setup where "published" and "current revision" mean very different things. So, here goes my first patch attempt 8^)

*I'm pretty sure I made up the word 'unambiguify' ;^)

-James

CommentFileSizeAuthor
#1 adding_t.patch769 bytesjameswoods
updated2currentrevision.patch769 bytesjameswoods

Comments

jameswoods’s picture

Category: feature » bug
StatusFileSize
new769 bytes

Sorry if I've violated any community norms by replying to my own issue. After an IRC session with the AWESOME jhodgdon, I've decided to ammend my patch so that it also wraps the text in the drupal_set_message() in t().

I've also kept my text change in there because I think it's technically correct.

-James