diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-19 15:46:11 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-19 15:46:11 +0000 |
commit | 6b90fef25637bc0204411e318eb0231edebafdb1 (patch) | |
tree | 98fb7d6f9a671cae1684bf49acd8c9e680284d3d /mod/twitter | |
parent | eab878d0d5ee286212dc6b3a7cfd629c3a28b3eb (diff) | |
download | elgg-6b90fef25637bc0204411e318eb0231edebafdb1.tar.gz elgg-6b90fef25637bc0204411e318eb0231edebafdb1.tar.bz2 |
added "widget" to this plugin's name to descrease confusion with the api plugin
git-svn-id: http://code.elgg.org/elgg/trunk@8772 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/twitter')
-rw-r--r-- | mod/twitter/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/twitter/manifest.xml b/mod/twitter/manifest.xml index e62db1230..b198aa0e9 100644 --- a/mod/twitter/manifest.xml +++ b/mod/twitter/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>Twitter</name> + <name>Twitter Widget</name> <author>Core developers</author> <version>1.7</version> <category>bundled</category> |