fixed some error message inconsistancies

original commit: c6a826650430b01a51b887e74ccc8b3ec73360ae
This commit is contained in:
Robby Findler 1997-08-03 18:04:41 +00:00
parent 343c49c10f
commit 7a313d5afb

View File

@ -200,7 +200,7 @@
(with-handlers ([(lambda (x) #t)
(lambda (exn)
(mred:gui-utils:message-box
(format "error while saving prefs: ~a"
(format "Error saving preferences: ~a"
(exn-message exn))
"Saving Prefs"))])
(save-user-preferences))))