diff --git a/c/Choices b/c/Choices
index b9df9ef6d724e7fa0f058abc482b847bb123818e..679dfce099f87555acfacbc39832bf7aa813091e 100644
--- a/c/Choices
+++ b/c/Choices
@@ -60,7 +60,7 @@
 
 /* Locals */
 
-char *consonant = "bcdfghijklmnopqrstuvwxyz";
+char *consonant = "bcdfghjklmnpqrstvwxyz";
 char *vowel = "aeiou";
 
 static int      * subwindows        = NULL;