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)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:47:07 +0000 (09:47 -0700)
src/autopick.c

index 77205f7..dbdb076 100644 (file)
@@ -2632,7 +2632,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 \"";