diff --git a/include/text.php b/include/text.php index b7f7b5abb1..f3b94cd8cb 100644 --- a/include/text.php +++ b/include/text.php @@ -182,6 +182,7 @@ function autoname($len) { break; } } + if (substr($word, -1) == 'q') { $word = substr($word, 0, -1); }