Re: String changes - Mailing list pgsql-patches

From Patrick Welche
Subject Re: String changes
Date
Msg-id 20030308154624.B27918@quartz.newn.cam.ac.uk
Whole thread Raw
In response to String changes  (Dennis Björklund <db@zigo.dhs.org>)
Responses Re: String changes  (Dennis Björklund <db@zigo.dhs.org>)
List pgsql-patches
On Sat, Mar 08, 2003 at 11:23:31AM +0100, Dennis Björklund wrote:
> Here are some small string changes for psql.
>
> --
> /Dennis

> Index: command.c
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/src/bin/psql/command.c,v
> retrieving revision 1.90
> diff -u -r1.90 command.c
> --- command.c    2003/02/19 04:04:04    1.90
> +++ command.c    2003/03/08 10:19:52
> @@ -1901,7 +1901,7 @@
>              if (popt->topt.pager == 1)
>                  puts(gettext("Using pager is on."));
>              else if (popt->topt.pager == 2)
> -                puts(gettext("Using pager is always."));
> +                puts(gettext("Always use pager."));
>              else
>                  puts(gettext("Using pager is off."));

Then how about "Never use pager." ?

> -    fprintf(output, _("\n"));
> +    fprintf(output, "\n");

and what about all the other _( ) ? (Looks a bit like php to me..)

Cheers,

Patrick

pgsql-patches by date:

Previous
From: Dennis Björklund
Date:
Subject: swedish translation of psql
Next
From: Dennis Björklund
Date:
Subject: Re: String changes