diff options
-rw-r--r-- | contrib/PopDel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/PopDel.py b/contrib/PopDel.py index b0181c4d..9cc0f32c 100644 --- a/contrib/PopDel.py +++ b/contrib/PopDel.py @@ -40,7 +40,7 @@ class PopDel: BYE = "\n PopDel Ver.0.1+jc2 by Richard Harris and Joshua Crawford\n" +\ # " site - http://emptydog.com/\n" +\ " email - Richard Harris <rover@emptydog.com>\n" +\ - " email - Joshua Crawford <mortarn@softhome.net>\n" + " email - Joshua Crawford <jgcrawford@gmail.com>\n" PROMPT1 = "Choose message number to delete or 'q' to quit: " PROMPT2 = "Quit or abort: " CHOICES = ["Save changes and quit.", |