diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2003-07-17 00:55:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2003-07-17 00:55:18 +0000 |
commit | 8a6226720dbb281ad0b409b06e182621cc08b241 (patch) | |
tree | c949205e554a713a1b87d130e0cc34807614b9e3 /fetchmailconf | |
parent | 8c73d06cb2761c6d4082d00188a82007b22c8095 (diff) | |
download | fetchmail-8a6226720dbb281ad0b409b06e182621cc08b241.tar.gz fetchmail-8a6226720dbb281ad0b409b06e182621cc08b241.tar.bz2 fetchmail-8a6226720dbb281ad0b409b06e182621cc08b241.zip |
First round ofmlong-delayed bug fixes.
svn path=/trunk/; revision=3814
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmailconf b/fetchmailconf index a6c3d172..86ab9445 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1844,10 +1844,10 @@ whether to use POP or IMAP, and so forth). self.configbutton.pack() Message(self, text=""" -Use `Test fetchmail' to run fetchmail with debugging enabled. +Use `Run fetchmail' to run fetchmail with debugging enabled. This is a good way to test out a new configuration. """, width=600).pack(side=TOP) - Button(self, text='Test fetchmail',fg='blue', command=self.test).pack() + Button(self, text='Run fetchmail',fg='blue', command=self.test).pack() Message(self, text=""" Use `Run fetchmail' to run fetchmail in foreground. |