Fix #3468, wording fix

This commit is contained in:
Renato Botelho 2014-02-19 08:48:06 -03:00
parent 96fc5388ac
commit 869dfb664a
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if (count($todo) > 0) {
$filter_reload = true;
log_error("{$argv[0]}: Updated {$t['name']} content from {$t['url']}: {$result[0]}");
} elseif ($r == -1) {
log_error("{$argv[0]}: {$t['name']} does not need updated.");
log_error("{$argv[0]}: {$t['name']} does not need updating.");
} else {
log_error("{$argv[0]}: ERROR: could not update {$t['name']} content from {$t['url']}");
}