commands/command_filter_process.go: fix message

Now that we have quantity-sensitive text messages for
translation purposes, we can correct one message to use
the singular form.

h/t bk2204 on PR review.
This commit is contained in:
Chris Darroch 2022-01-31 11:39:23 -08:00
parent 04abbd8436
commit 81b6faf787

@ -207,7 +207,7 @@ func filterCommand(cmd *cobra.Command, args []string) {
if len(malformed) > 0 {
fmt.Fprintln(os.Stderr, tr.Tr.GetN(
"Encountered %d file that should have been pointers, but wasn't:",
"Encountered %d file that should have been a pointer, but wasn't:",
"Encountered %d files that should have been pointers, but weren't:",
len(malformed),
len(malformed),