]> Pileus Git - ~andy/fetchmail/commitdiff
Fix capitalization of two global option descriptions.
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:53:45 +0000 (14:53 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:53:45 +0000 (14:53 -0000)
svn path=/branches/BRANCH_6-3/; revision=5320

fetchmailconf.py

index baeb1a0c7305b63c4d6a37b2cf1f786eeda5a434..db55ca58b5bda0b890cd04fc78a4f6d65af198a4 100755 (executable)
@@ -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)