From: Siebrand Mazeland Date: Sun, 12 Sep 2010 15:49:56 +0000 (+0200) Subject: Update translator documentation. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8adef3127c46dfb98b57f1b1b7cdf359e9ae5e2d;p=quix0rs-gnu-social.git Update translator documentation. --- diff --git a/lib/plugin.php b/lib/plugin.php index f63bdf3093..ee57f59043 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -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; } } -