tweaks: be explicit about which program complained

master
Benno Schulenberg 2019-10-26 12:04:10 +02:00
parent 458933f09e
commit 7d54207627
1 changed files with 1 additions and 1 deletions

View File

@ -2580,7 +2580,7 @@ const char *treat(char *tempfile_name, char *theprogram, bool spelling)
statusline(ALERT, _("Error invoking '%s'"), arguments[0]);
return NULL;
} else if (WEXITSTATUS(program_status) != 0)
statusline(ALERT, _("The invoked program complained"));
statusline(ALERT, _("Program '%s' complained"), arguments[0]);
/* Stat the temporary file again. */
stat(tempfile_name, &fileinfo);