
/* errors.h contains the text of error messages.  */


static char Error1[] =
  "You are providing no way for Lucy to respond to you.\n\
Select either the Publish option or the Reply option.\n";



static char Error2[] =
  "You need to provide your username or your actual name\n\
in the Reply section.  Otherwise, Lucy has no way to Reply\n\
to your Question.";


static char Error3[] =
  "You need to select one of the Publish options.\n\
If you want your question to be considered for publication,\n\
select 'Publish Question.'  Otherwise, select 'Don't Publish.'\n";


static char Error4[] =
  "You need to select one of the Reply options.\n\
If you want a personal Reply from Lucy, select 'Personal Reply.'\n\
Otherwise, select 'No Reply.'\n";

/******/

static char ErrorNoQuestionText[] =
  "Before you Send a Question, you need to Enter a Question.  \n\
Select `Enter Question' from the menu and type in the question.\n\
When you have finished typing in the Question, select `Send Question'\n\
from the menu.\n";

static char HelpAlreadyOn[] =
  "The Help Screen is already on the screen.\n";

  
