config: fix grammar
This commit is contained in:
parent
c54b2c0277
commit
8cfa750a6d
|
@ -271,11 +271,10 @@ bool parse_blur_kern_lst(const char *src, conv **dest, int max, bool *hasneg) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i > 1) {
|
if (i > 1) {
|
||||||
log_warn("You are seeing this message because your are using "
|
log_warn("You are seeing this message because you are using "
|
||||||
"multipassblur. Please "
|
"multipass blur. Please report an issue to us so we know "
|
||||||
"report an issue to us so we know multipass blur is actually "
|
"multipass blur is actually been used. Otherwise it might be "
|
||||||
"been used. "
|
"removed in future releases");
|
||||||
"Otherwise it might be removed in future releases");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*pc) {
|
if (*pc) {
|
||||||
|
|
Loading…
Reference in New Issue