From: mar Date: Mon, 21 Nov 1988 14:32:51 +0000 (+0000) Subject: fixed grammar in some messages (removed "only") X-Git-Tag: KREL1~89 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/d27e23674c7560bdac5e82aa5dc3c450b487ded2 fixed grammar in some messages (removed "only") --- diff --git a/clients/moira/lists.c b/clients/moira/lists.c index 26bb146d..a3f25c4f 100644 --- a/clients/moira/lists.c +++ b/clients/moira/lists.c @@ -724,9 +724,9 @@ ListByMember() } name = Strsave(buf); - maillist = YesNoQuestion("Show only Lists that are Maillists (y/n) ?", + maillist = YesNoQuestion("Show Lists that are Maillists (y/n) ?", TRUE); - group = YesNoQuestion("Show only Lists that are Groups (y/n) ?", TRUE); + group = YesNoQuestion("Show Lists that are Groups (y/n) ?", TRUE); elem = top = GetListInfo(GLOM, type, name);