config: fix grammar

This commit is contained in:
Yuxuan Shui 2019-04-04 09:26:53 +01:00
parent 14825e2571
commit 83941c5612
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 4 additions and 5 deletions

View File

@ -271,11 +271,10 @@ bool parse_blur_kern_lst(const char *src, conv **dest, int max, bool *hasneg) {
}
if (i > 1) {
log_warn("You are seeing this message because your are using "
"multipassblur. Please "
"report an issue to us so we know multipass blur is actually "
"been used. "
"Otherwise it might be removed in future releases");
log_warn("You are seeing this message because you are using "
"multipass blur. Please report an issue to us so we know "
"multipass blur is actually been used. Otherwise it might be "
"removed in future releases");
}
if (*pc) {