aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:42:22 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-03-13 17:42:22 +0100
commit3efb8f7a30f8a77e4189309b1db42850e9dde863 (patch)
treee8e7400b740668347ef128d442b6c58fa9e397f9 /fetchmailconf.py
parent8f3b0cc350cedac04412a01e887b16106f0af5ae (diff)
downloadfetchmail-3efb8f7a30f8a77e4189309b1db42850e9dde863.tar.gz
fetchmail-3efb8f7a30f8a77e4189309b1db42850e9dde863.tar.bz2
fetchmail-3efb8f7a30f8a77e4189309b1db42850e9dde863.zip
Shorten some user setting texts to avoid truncation.
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 1e9b2f84..8722d48a 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -1782,9 +1782,9 @@ class UserEdit(Frame, MyWidget):
self.sslcert, '14').pack(side=TOP, fill=X)
Checkbutton(sslwin, text="Check server SSL certificate?",
variable=self.sslcertck).pack(side=TOP, fill=X)
- LabeledEntry(sslwin, 'SSL trusted certificate bundle file:',
+ LabeledEntry(sslwin, 'SSL trust bundle:',
self.sslcertfile, '14').pack(side=TOP, fill=X)
- LabeledEntry(sslwin, 'SSL trusted certificate directory:',
+ LabeledEntry(sslwin, 'SSL trust directory:',
self.sslcertpath, '14').pack(side=TOP, fill=X)
LabeledEntry(sslwin, 'SSL CommonName:',
self.sslcommonname, '14').pack(side=TOP, fill=X)