From d27e23674c7560bdac5e82aa5dc3c450b487ded2 Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 21 Nov 1988 14:32:51 +0000 Subject: [PATCH] fixed grammar in some messages (removed "only") --- clients/moira/lists.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.45.2