Update translator documentation and whitespace.

Update file header comment.
This commit is contained in:
Siebrand Mazeland
2011-04-13 12:41:25 +02:00
parent 03de85ed46
commit 57c28ba4d0
3 changed files with 14 additions and 6 deletions

View File

@@ -48,7 +48,8 @@ class ImapManager extends IoManager
*/
public static function get()
{
throw new Exception(_m('ImapManager should be created using its constructor, not the using the static get method.'));
// TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
throw new Exception(_m('ImapManager should be created using its constructor, not the using the static "get()" method.'));
}
/**