Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2010-09-12 17:49:56 +02:00
parent 99f6a70937
commit 8adef3127c
1 changed files with 1 additions and 1 deletions

View 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;
}
}