juice name bit
This commit is contained in:
@@ -222,7 +222,7 @@ fruitjuice()
|
||||
else
|
||||
juice = pl_fruit; /* use it as is */
|
||||
|
||||
Sprintf(buf, "%s juice", juice);
|
||||
Sprintf(buf, "%s juice", makesingular(juice));
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user