From 5d1f1168b9cca6eb441effa3801ba09fb90ae7b1 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 14 Aug 2012 12:05:20 +0100 Subject: Correct another line-break for the purpose of l10n --- pykolab/imap/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pykolab/imap') 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: -- cgit v1.1