Re: String changes
| От | Patrick Welche |
|---|---|
| Тема | Re: String changes |
| Дата | |
| Msg-id | 20030308154624.B27918@quartz.newn.cam.ac.uk обсуждение исходный текст |
| Ответ на | String changes (Dennis Björklund <db@zigo.dhs.org>) |
| Ответы |
Re: String changes
|
| Список | 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 по дате отправления: