<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You can still change on-the-fly strings. Just look at what's inside t() for a clue as to what to override.<div><br></div><div>t('@type %title has been created.', $t_args)</div><div><br></div><div>override "'@type %title has been created." to whatever.</div><div><br></div><div>-D</div><div><br></div><div><br></div><div><div><div>On Jan 24, 2010, at 3:13 PM, James Benstead wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">I really don't think String Overrides does do this - at least, I've never been able to get it to change this particular string, I think because it's generated on the fly.<br>
<br><div class="gmail_quote">On 24 January 2010 21:03, Darth Clue <span dir="ltr">&lt;<a href="mailto:darthclue@gmail.com">darthclue@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">

Jim,<br>
<br>
String Overrides ( <a href="http://drupal.org/project/stringoverrides" target="_blank">http://drupal.org/project/stringoverrides</a> ) will do that. I don't recall if it has token support.<br>
<br>
Jonathan<div><div></div><div class="h5"><br>
<br>
James Benstead wrote:<br>
<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; ">
Currently the message that is shown to a user when a node is created - @type %title has been created. - seems to be hardcoded into node.module. I've just helped someone on IRC change this, but it's quite a long-winded process. Would a module be welcome? It would unset the message set on line 463 of node.pages.inc, and allow the user to set their own message on a per-nodetype basis. Integrated with Token and CCK.<br>


<br>
--Jim<br>
--<br>
My IM and Skype details are at <a href="http://state68.com/contact" target="_blank">http://state68.com/contact</a>.<br>
--<br>
At some point I'll probably tell you to buy The Borrible Trilogy.<br>
The simplest way to shut me up is to buy it now - search Amazon.<br>
</blockquote>
<br>
</div></div></blockquote></div><br>
</blockquote></div><br></div></body></html>