This commit is contained in:
Kovid Goyal 2012-05-20 13:35:49 +05:30
parent 4694adb923
commit 0bed231362

View File

@ -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.