diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:49:56 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:49:56 +0200 |
commit | 8adef3127c46dfb98b57f1b1b7cdf359e9ae5e2d (patch) | |
tree | a28374dbd372622c940cf2c4974bea3f9f0eb06a /lib | |
parent | 99f6a709378b9ae5e61ddec8212922bf5a7921c2 (diff) |
Update translator documentation.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugin.php b/lib/plugin.php index f63bdf309..ee57f5904 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; } } - |