1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

small typo on WidgetMessage: tm-add-field

You can read FieldMangerWidget instead of FieldManglerWidget. A single L is missing, so the links are not working properly.
This commit is contained in:
danielo515 2014-10-22 17:01:47 +02:00
parent 5bb74319e1
commit e02cfc3efd

View File

@ -5,9 +5,9 @@ title: WidgetMessage: tm-add-field
type: text/vnd.tiddlywiki
caption: tm-add-field
The `tm-add-field` message is handled by the FieldMangerWidget. It adds the specified field with a blank value if the field doesn't already exist.
The `tm-add-field` message is handled by the FieldManglerWidget. It adds the specified field with a blank value if the field doesn't already exist.
|!Name |!Description |
|param |Name of field to add |
The add field message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.
The add field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.