diff --git a/plugins/tiddlywiki/filesystem/plugin.info b/plugins/tiddlywiki/filesystem/plugin.info index 17cfe96c9..ffa8bd754 100644 --- a/plugins/tiddlywiki/filesystem/plugin.info +++ b/plugins/tiddlywiki/filesystem/plugin.info @@ -1,6 +1,6 @@ { "title": "$:/plugins/tiddlywiki/filesystem", "name": "Filesystem", - "description": "Synchronise changes to the local filesystem", + "description": "Synchronize changes from the node.js server to the local filesystem", "list": "readme" } diff --git a/plugins/tiddlywiki/tiddlyweb/plugin.info b/plugins/tiddlywiki/tiddlyweb/plugin.info index 987244daf..8dd0266ec 100644 --- a/plugins/tiddlywiki/tiddlyweb/plugin.info +++ b/plugins/tiddlywiki/tiddlyweb/plugin.info @@ -1,7 +1,7 @@ { "title": "$:/plugins/tiddlywiki/tiddlyweb", "name": "TiddlyWeb", - "description": "Sync changes to TW5 server or TiddlyWeb server", + "description": "Sync changes from the browser to TW5 (node.js) or TiddlyWeb server", "list": "readme", "plugin-priority": 10 }