Peter N. Lundblad wrote:
>Index: subversion/clients/cmdline/notify.c
>===================================================================
>--- subversion/clients/cmdline/notify.c (revision 9586)
>+++ subversion/clients/cmdline/notify.c (working copy)
>@@ -232,13 +232,13 @@
>
> case svn_wc_notify_commit_added:
> if (mime_type && svn_mime_type_is_binary (mime_type))
>- printf ("Adding (bin) %s\n", path_stdout);
>+ printf (_("Adding (bin) %s\n"), path_stdout);
> else
>- printf ("Adding %s\n", path_stdout);
>+ printf (_("Adding %s\n"), path_stdout);
> break;
>
> case svn_wc_notify_commit_deleted:
>- printf ("Deleting %s\n", path_stdout);
>+ printf (_("Deleting %s\n"), path_stdout);
> break;
>
>
You should add comments for translators here, explaining that these
three messages must be aligned.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 1 14:30:43 2004