diff --git a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-new-tiddler.tid b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-new-tiddler.tid index 2c3dfa41f..4fb5c8dce 100644 --- a/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-new-tiddler.tid +++ b/editions/tw5.com/tiddlers/messages/WidgetMessage_ tm-new-tiddler.tid @@ -17,7 +17,7 @@ The title for the draft tiddler is chosen according to these rules: * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix * If a template tiddler was used, use the title of the template tiddler, if necessary making it unique with a numeric suffix -The new tiddler message is usually generated with the LinkWidget, ButtonWidget or ActionSendMessageWidget and is handled by the NavigatorWidget. +The new tiddler message is usually generated with the ButtonWidget or ActionSendMessageWidget and is handled by the NavigatorWidget. ! Example diff --git a/editions/tw5.com/tiddlers/widgets/ActionSendMessageWidget.tid b/editions/tw5.com/tiddlers/widgets/ActionSendMessageWidget.tid index 6b621df67..eceea9634 100644 --- a/editions/tw5.com/tiddlers/widgets/ActionSendMessageWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ActionSendMessageWidget.tid @@ -16,7 +16,7 @@ The ''action-sendmessage'' widget is invisible. Any content within it is ignored |!Attribute |!Description | |$message |The message to send (eg, [[WidgetMessage: tm-new-tiddler]]) | |$param |Optional parameter string whose meaning is dependent on the message being sent | -|//{any attributes not starting with $}// |Multiple parameters that are attached to the message if the `$param$` attribute is not provided | +|//{any attributes not starting with $}// |Multiple parameters that are attached to the message if the `$param` attribute is not provided | ! Examples