diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-12 21:05:22 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-12 21:05:22 -0400 |
commit | 26feaf21f61eb7337f698bc96ff416276c2bd504 (patch) | |
tree | c9c3d4226073772fbb8fdd83a9831b77e7840ae3 /mod | |
parent | 6e2b2ff27edb6e4507f37a3fe31268fae8ca8edb (diff) | |
download | elgg-26feaf21f61eb7337f698bc96ff416276c2bd504.tar.gz elgg-26feaf21f61eb7337f698bc96ff416276c2bd504.tar.bz2 |
Fixes #3804 using Site Pages for the plugin name
Diffstat (limited to 'mod')
-rw-r--r-- | mod/externalpages/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/manifest.xml b/mod/externalpages/manifest.xml index 453cef259..32528585d 100644 --- a/mod/externalpages/manifest.xml +++ b/mod/externalpages/manifest.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> - <name>External Pages</name> + <name>Site Pages</name> <author>Core developers</author> <version>1.8</version> <category>bundled</category> |