On Sun, Jun 3, 2018 at 11:14 AM, Duy Nguyen <[email protected]> wrote: > On Sun, Jun 3, 2018 at 10:16 AM, Eric Sunshine <[email protected]> > wrote: >> On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy <[email protected]> >> wrote: >>> Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> >>> - fprintf(stderr, "Could not apply %s... %.*s\n", >>> + fprintf_ln(stderr, _("Could not apply %s... %.*s"), >> >> Did you want to downcase "Could" for consistency with other error >> messages, or was this left as-is intentionally? > > I'm not sure. Others start with a prefix (like "error:", > "warning:"....). This is a bit different and makes me hesitate.
Yep, I realized after hitting Send that this wasn't an error/warning message so probably shouldn't be changed.

