]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 12 Sep 2010 15:49:56 +0000 (17:49 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 12 Sep 2010 15:49:56 +0000 (17:49 +0200)
lib/plugin.php

index f63bdf30936b1e08f96e44424630d11cecefc79a..ee57f590435f8a2093d066247ade5b634e72f82f 100644 (file)
@@ -112,9 +112,9 @@ class Plugin
         $name = mb_substr($cls, 0, -6);
 
         $versions[] = array('name' => $name,
+                            // TRANS: Displayed as version information for a plugin if no version information was found.
                             'version' => _('Unknown'));
 
         return true;
     }
 }
-