* L10n update

* superfluous whitespace removed
This commit is contained in:
Siebrand Mazeland 2010-09-19 00:17:24 +02:00
parent 159e3e7b71
commit 8b44063ca1
1 changed files with 1 additions and 3 deletions

View File

@ -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;
}
}