[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] One more string marked up for translation.

From: Nicolás Lichtmaier <nick_at_panoptico.reloco.com.ar>
Date: 2005-04-02 23:25:18 CEST

May I commit this?

One more string marked up for translation.

* subversion/libsvn_subr/opt.c
  (svn_opt_format_option): Marked up the parameter name used
  for options help messages.

Index: subversion/libsvn_subr/opt.c
===================================================================
--- subversion/libsvn_subr/opt.c (revisión: 13862)
+++ subversion/libsvn_subr/opt.c (copia de trabajo)
@@ -234,7 +234,7 @@
     opts = apr_psprintf (pool, "--%s", opt->name);
 
   if (opt->has_arg)
- opts = apr_pstrcat (pool, opts, " arg", NULL);
+ opts = apr_pstrcat (pool, opts, _(" arg"), NULL);
 
   if (doc)
     opts = apr_psprintf (pool, "%-24s : %s", opts,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 2 23:27:56 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.