]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TinyMCE/TinyMCEPlugin.php
Update translator documentation.
[quix0rs-gnu-social.git] / plugins / TinyMCE / TinyMCEPlugin.php
index 4051ff59ee8c28397de665f19f9694bfe4a29a4b..a5e4a481b8b9fe9162690f7eb543973c9c1d16f4 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * StatusNet - the distributed open-source microblogging tool
  * Copyright (C) 2010, StatusNet, Inc.
@@ -38,7 +37,7 @@ if (!defined('STATUSNET')) {
  * Use TinyMCE library to allow rich text editing in the browser
  *
  * Converts the notice form in browser to a rich-text editor.
- * 
+ *
  * FIXME: this plugin DOES NOT load its static files from the configured
  * plugin server if one exists. There are cross-server permissions errors
  * if you try to do that (something about window.tinymce).
@@ -84,6 +83,7 @@ class TinyMCEPlugin extends Plugin
             'author' => 'Evan Prodromou',
             'homepage' => 'http://status.net/wiki/Plugin:TinyMCE',
             'rawdescription' =>
+            // TRANS: Plugin description.
             _m('Use TinyMCE library to allow rich text editing in the browser.'));
         return true;
     }