Simon Ruderich [off-list ref] writes:
All other error messages in the file use quotes around the file name.
This change removes two translations as "could not write to '%s'" and
"could not close '%s'" are already translated and these two are the only
occurrences without quotes.
Signed-off-by: Simon Ruderich <redacted>
---
wrapper.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
This patch is incomplete without adjusting a handful of tests to
expect the updated messages, no?