[Spambayes-checkins] spambayes/Outlook2000/dialogs dialog_map.py, 1.32, 1.33

Mark Hammond mhammond at users.sourceforge.net
Fri Sep 5 05:50:59 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs
In directory sc8-pr-cvs1:/tmp/cvs-serv14164/dialogs

Modified Files:
	dialog_map.py 
Log Message:
Claify wording when untrained, so it doesn't sound like 'unsure' is a
folder name.


Index: dialog_map.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/dialog_map.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** dialog_map.py	29 Aug 2003 06:23:50 -0000	1.32
--- dialog_map.py	5 Sep 2003 11:50:57 -0000	1.33
***************
*** 42,47 ****
          else:
              db_status = "Database has no training information.  SpamBayes " \
!                         "will deliver all messages to your 'Unsure' folder, " \
!                         "ready for you to classify."
          win32gui.SendMessage(self.GetControl(), win32con.WM_SETTEXT,
                               0, db_status)
--- 42,47 ----
          else:
              db_status = "Database has no training information.  SpamBayes " \
!                         "will classify all messages as 'unsure', " \
!                         "ready for you to train."
          win32gui.SendMessage(self.GetControl(), win32con.WM_SETTEXT,
                               0, db_status)





More information about the Spambayes-checkins mailing list