Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-04-10 01:24:15 +02:00
parent 638d29a820
commit d6aea8e39e
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ class BlacklistPlugin extends Plugin
} else if (is_string($config)) {
return explode("\r\n", $config);
} else {
// TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
// TRANS: %1$s is a configuration section, %2$s is a configuration setting.
throw new Exception(sprintf(_m('Unknown data type for config %1$s + %2$s.'),$section, $setting));
}
}