diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-14 12:05:20 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-14 12:05:20 +0100 |
commit | 5d1f1168b9cca6eb441effa3801ba09fb90ae7b1 (patch) | |
tree | b1ba601ce6e3475911ee07d66db379db3f511acf /pykolab | |
parent | 619fd10ac298a536173181514f236b0bfa81e493 (diff) | |
download | pykolab-5d1f1168b9cca6eb441effa3801ba09fb90ae7b1.tar.gz |
Correct another line-break for the purpose of l10n
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: |