[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-03 22:04:47 CEST

May I commit this one too? =)

One more string marked up for translation.

* subversion/libsvn_subr/error.c (svn_handle_warning2):
  The "warning:" marked up for translation.

Index: subversion/libsvn_subr/error.c
===================================================================
--- subversion/libsvn_subr/error.c (revisión: 13878)
+++ subversion/libsvn_subr/error.c (copia de trabajo)
@@ -410,7 +410,8 @@
 void
 svn_handle_warning2 (FILE *stream, svn_error_t *err, const char *prefix)
 {
- svn_error_clear (svn_cmdline_fprintf (stream, err->pool, "%swarning: %s\n",
+ svn_error_clear (svn_cmdline_fprintf (stream, err->pool,
+ _("%swarning: %s\n"),
                                         prefix, err->message));
   fflush (stream);
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 3 22:08:28 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.