Update translator documentation.

i18n/L10n updates.
Whitespace update.
This commit is contained in:
Siebrand Mazeland
2011-06-06 00:38:38 +02:00
parent f007bcee16
commit 31a92ede44
10 changed files with 41 additions and 18 deletions

View File

@@ -117,7 +117,7 @@ class SubMirror extends Memcached_DataObject
function keyTypes()
{
// @fixme keys
// @todo FIXME keys
// need a sane key for reverse lookup too
return array('subscriber' => 'K', 'subscribed' => 'K');
}