]> andersk Git - moira.git/commitdiff
fixed grammar in some messages (removed "only")
authormar <mar>
Mon, 21 Nov 1988 14:32:51 +0000 (14:32 +0000)
committermar <mar>
Mon, 21 Nov 1988 14:32:51 +0000 (14:32 +0000)
clients/moira/lists.c

index 26bb146d813783e80d39b1426e61d16f99256424..a3f25c4fb136774845dd59aa97377b45a9e91f56 100644 (file)
@@ -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);
 
This page took 0.049473 seconds and 5 git commands to generate.