German-style quotes in the source file

Started by Serguei Mokhovabout 21 years ago2 messages
#1Serguei Mokhov
mokhov@cs.concordia.ca

Hello Peter,

I was about to update initdb translation, but noticed
that newly introduced error messages in the code have
German-style quotes. These propagated to the .po files now...
It happened in this commit:

http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.65;r2=1.66

--
Serguei A. Mokhov

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Serguei Mokhov (#1)
Re: German-style quotes in the source file

"Serguei Mokhov" <mokhov@cs.concordia.ca> writes:

I was about to update initdb translation, but noticed
that newly introduced error messages in the code have
German-style quotes. These propagated to the .po files now...

Good catch; fix committed. A quick grep confirms these are
the only two cases.

regards, tom lane