diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-02-08 08:00:03 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-02-08 08:00:03 -0500 |
commit | a49f4ea74fcaf428ce6b77e05f40902a634cf1f1 (patch) | |
tree | 0cc61bbf3e99c6e3a836f81b4fbeb2494c72e5dc /mod/pages | |
parent | bdb32999ac9bcdce8803868fb7f400ddc8db8cbd (diff) | |
download | elgg-a49f4ea74fcaf428ce6b77e05f40902a634cf1f1.tar.gz elgg-a49f4ea74fcaf428ce6b77e05f40902a634cf1f1.tar.bz2 |
Fixes #3678 adds better description of pages plugin
Diffstat (limited to 'mod/pages')
-rw-r--r-- | mod/pages/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/manifest.xml b/mod/pages/manifest.xml index 6990bd6b0..4cf999f45 100644 --- a/mod/pages/manifest.xml +++ b/mod/pages/manifest.xml @@ -6,7 +6,7 @@ <category>bundled</category> <category>content</category> <category>widget</category> - <description>Elgg Pages</description> + <description>Collaborative editing tool. Enables users to create pages similar to a wiki without having to know wiki syntax.</description> <website>http://www.elgg.org</website> <copyright>See COPYRIGHT.txt</copyright> <license>GNU General Public License version 2</license> |