summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 00:17:24 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 00:17:24 +0200
commit8b44063ca14d3101d39b081ec85421a221b45bb7 (patch)
tree24e5d415e4cb5303c7f0cbcb1fa994eb22eddaeb
parent159e3e7b7138b4425c64e01c498f21ccb14026c6 (diff)
* L10n update
* superfluous whitespace removed
-rw-r--r--plugins/CacheLog/CacheLogPlugin.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/CacheLog/CacheLogPlugin.php b/plugins/CacheLog/CacheLogPlugin.php
index 4c47de80e..5b0b43935 100644
--- a/plugins/CacheLog/CacheLogPlugin.php
+++ b/plugins/CacheLog/CacheLogPlugin.php
@@ -50,7 +50,6 @@ if (!defined('STATUSNET')) {
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://status.net/
*/
-
class CacheLogPlugin extends Plugin
{
function onStartCacheGet(&$key, &$value)
@@ -114,8 +113,7 @@ class CacheLogPlugin extends Plugin
'author' => 'Evan Prodromou',
'homepage' => 'http://status.net/wiki/Plugin:CacheLog',
'description' =>
- _m('Log reads and writes to the cache'));
+ _m('Log reads and writes to the cache.'));
return true;
}
}
-