1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

More fieldmangler typos

This commit is contained in:
Jermolene 2014-10-22 16:09:04 +01:00
parent 2046dbc4ed
commit fbb6349cd9
2 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@ title: WidgetMessage: tm-remove-field
type: text/vnd.tiddlywiki
caption: tm-remove-field
The `tm-remove-field` message is handled by the FieldMangerWidget. It removes the specified field.
The `tm-remove-field` message is handled by the FieldManglerWidget. It removes the specified field.
|!Name |!Description |
|param |Name of field to remove |
The remove field message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.
The remove field message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.

View File

@ -5,9 +5,9 @@ title: WidgetMessage: tm-remove-tag
type: text/vnd.tiddlywiki
caption: tm-remove-tag
The `tm-remove-tag` message is handled by the FieldMangerWidget. It removes the specified tag.
The `tm-remove-tag` message is handled by the FieldManglerWidget. It removes the specified tag.
|!Name |!Description |
|param |Name of tag to remove |
The remove tag message is usually generated with the ButtonWidget, and is handled by the FieldMangerWidget.
The remove tag message is usually generated with the ButtonWidget, and is handled by the FieldManglerWidget.