OSDN Git Service

Replaced is + gerund with direct active verb in message to be more consise and idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:47:07 +0000 (09:47 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 18 Jan 2020 13:33:57 +0000 (22:33 +0900)
src/autopick.c

index acf0aee..2ef891b 100644 (file)
@@ -2952,7 +2952,7 @@ static void describe_autopick(char *buff, autopick_type *entry)
                {
                        str++;
                        top = TRUE;
-                       whose_str[whose_n++] = "name is beginning with \"";
+                       whose_str[whose_n++] = "name begins with \"";
                }
                else
                        which_str[which_n++] = "have \"";