From e50661acc11dd82eda8624670841ea6edc88492e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 24 May 2009 14:53:45 +0000 Subject: Fix capitalization of two global option descriptions. svn path=/branches/BRANCH_6-3/; revision=5320 --- fetchmailconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetchmailconf.py b/fetchmailconf.py index baeb1a0c..db55ca58 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -827,14 +827,14 @@ class ConfigurationEdit(Frame, MyWidget): sb = Frame(gf) Checkbutton(sb, - {'text':'send spam bounces?', + {'text':'Send spam bounces?', 'variable':self.spambounce, 'relief':GROOVE}).pack(side=LEFT, anchor=W) sb.pack(fill=X) sb = Frame(gf) Checkbutton(sb, - {'text':'treat permanent errors as temporary?', + {'text':'Treat permanent errors as temporary?', 'variable':self.softbounce, 'relief':GROOVE}).pack(side=LEFT, anchor=W) sb.pack(fill=X) -- cgit v1.2.3