--- src/options.c Sat Jan 26 14:14:47 2002 +++ src/options.c Fri Sep 6 05:24:11 2002 @@ -469,7 +469,7 @@ PutLine0(elm_LINES-2,0, prompt); break; case '>' : lib_error(CATGETS(elm_msg_cat, ElmSet, ElmSaveOptions, - "Save options in .elm/elmrc...")); + "Save options in .desk/elm/elmrc...")); FlushBuffer(); save_options(); break; case 'x' : return(-1); /* exit elm */ @@ -816,7 +816,7 @@ /* * This routine is a "shell" to optionally_enter(), etc. so that * we can use save_info structure and tag the param as being changed - * locally (so we know to save it to the .elm/elmrc file). + * locally (so we know to save it to the .desk/elm/elmrc file). */ static int info_enter(name, ypos, xpos, append_current, passwd) char *name;