diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-25 10:06:35 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-12-25 10:06:35 +0400 |
| commit | 0ac22f29ca24068876233d3d75f55b1a7d9c7072 (patch) | |
| tree | 451d3078b752d101b159a9d31faaf191bb2331bf /plugins/googleplus | |
| parent | d2a421e3cbaa782748840fc19afad4ac65f044b8 (diff) | |
plugins cleanup, update descriptions
Diffstat (limited to 'plugins/googleplus')
| -rw-r--r-- | plugins/googleplus/googleplus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/googleplus/googleplus.php b/plugins/googleplus/googleplus.php index 11e58de2e..3d6c60887 100644 --- a/plugins/googleplus/googleplus.php +++ b/plugins/googleplus/googleplus.php @@ -12,7 +12,7 @@ class GooglePlus extends Plugin { function about() { return array(1.0, - "Share on Google+ plugin", + "Share article on Google+", "homolibere"); } |