]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
* L10n update
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:17:24 +0000 (00:17 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:17:24 +0000 (00:17 +0200)
* superfluous whitespace removed

plugins/CacheLog/CacheLogPlugin.php

index 4c47de80eb904157eb3f785f90b572427d775062..5b0b43935458a0c0091cfa8d84d81037b7ca5b08 100644 (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;
     }
 }
-