summaryrefslogtreecommitdiff
path: root/plugins/Imap
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:54:30 +0200
commit500f8e5a8727bc09e0b935813482881a468af10b (patch)
treedf51c5ffda80569146d1840d074c09ea3cb1019f /plugins/Imap
parente0952bf56bea07f0a1ef1ec26803594cd7f97fdd (diff)
* i18n/L10n updates.
* remove superfluous whitespace.
Diffstat (limited to 'plugins/Imap')
-rw-r--r--plugins/Imap/imapmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Imap/imapmanager.php b/plugins/Imap/imapmanager.php
index 68b8b7d87..e2f8c6d54 100644
--- a/plugins/Imap/imapmanager.php
+++ b/plugins/Imap/imapmanager.php
@@ -44,7 +44,7 @@ class ImapManager extends IoManager
*/
public static function get()
{
- throw new Exception('ImapManager should be created using it\'s constructor, not the static get method');
+ throw new Exception(_m('ImapManager should be created using its constructor, not the using the static get method.'));
}
/**