From 4c439caba345f9fdf515e5349f74da94aaac04e3 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 14 May 2017 16:33:11 +0200 Subject: [PATCH] Rename custom accounts --- Mailnag/configuration/accountdialog.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mailnag/configuration/accountdialog.py b/Mailnag/configuration/accountdialog.py index 782eb50..f103842 100644 --- a/Mailnag/configuration/accountdialog.py +++ b/Mailnag/configuration/accountdialog.py @@ -223,10 +223,10 @@ class AccountDialog: # fill acount type cmb for p in PROVIDER_CONFIGS: self._cmb_account_type.append_text(p[0]) - self._cmb_account_type.append_text(_("Other (IMAP)")) - self._cmb_account_type.append_text(_("Other (POP3)")) - self._cmb_account_type.append_text(_("MBox")) - self._cmb_account_type.append_text(_("Maildir")) + self._cmb_account_type.append_text(_("IMAP (Custom)")) + self._cmb_account_type.append_text(_("POP3 (Custom)")) + self._cmb_account_type.append_text(_("MBox (Custom)")) + self._cmb_account_type.append_text(_("Maildir (Custom)")) config = self._acc.get_config()