[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: one sentence split over two msgids
From: |
Patrice Dumas |
Subject: |
Re: one sentence split over two msgids |
Date: |
Mon, 11 Mar 2013 21:09:12 +0100 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Fri, Mar 08, 2013 at 10:07:31PM +0100, Benno Schulenberg wrote:
>
> $self->document_warn(sprintf($self->__("tex4ht.pm: could not open: %s"),
> $html_basefile, $!));
>
> To match similar messages, maybe the string should drop the second colon?
>
> "tex4ht.pm: could not open %s"
In fact, the issue here is more a missing %s, as there are 2 arguments
$html_basefile and $!. It should be corrected in svn (but too late for
the last pretest).
--
Pat