From 0bed231362852b88a744d0150ec1c91fffe47af5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 May 2012 13:35:49 +0530 Subject: [PATCH] ... --- src/calibre/gui2/dialogs/message_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/dialogs/message_box.py b/src/calibre/gui2/dialogs/message_box.py index e15cd055b9..a107bf985b 100644 --- a/src/calibre/gui2/dialogs/message_box.py +++ b/src/calibre/gui2/dialogs/message_box.py @@ -159,7 +159,7 @@ _proceed_memory = [] class ProceedNotification(MessageBox): # {{{ ''' - WARNING: This class is deprecated. DO not use it as some users ahve + WARNING: This class is deprecated. DO not use it as some users have reported crashes when closing the dialog box generated by this class. Instead use: gui.proceed_question(...) The arguments are the same as for this class.