From 81b6faf7878409a6c297a3cb3bd671642ea2bf62 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Mon, 31 Jan 2022 11:39:23 -0800 Subject: [PATCH] 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. --- commands/command_filter_process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/command_filter_process.go b/commands/command_filter_process.go index ce9798f0..27d87dee 100644 --- a/commands/command_filter_process.go +++ b/commands/command_filter_process.go @@ -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),