diff options
Diffstat (limited to 'pykolab')
-rw-r--r-- | pykolab/imap/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pykolab/imap/__init__.py b/pykolab/imap/__init__.py index 2a8ea66..13857f9 100644 --- a/pykolab/imap/__init__.py +++ b/pykolab/imap/__init__.py @@ -194,8 +194,7 @@ class IMAP(object): if self._imap.has_key(server): del self._imap[server] else: - log.warning(_("Called imap.disconnect() on a server that " + \ - "we had no connection to")) + log.warning(_("Called imap.disconnect() on a server that we had no connection to.")) def create_folder(self, folder_path, server=None): if not server == None: |