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

Re: [PATCH] Localize "Cannot revert."

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-09-01 23:35:23 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Arfrever Frehtes Taifersar Arahesis wrote:
> I found "Cannot revert." not marked for localization in subversion/libsvn_wc/adm_ops.c.
>
> [[[
> Perform localization of "Cannot revert.".
> * subversion/libsvn_wc/adm_ops.c
> (svn_wc_revert2): Localize "Cannot revert.".
>
> Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
> ]]]

Arfrever,
Thanks for the patch. Committed in r26421.

- -Hyrum

> ------------------------------------------------------------------------
>
> Index: subversion/libsvn_wc/adm_ops.c
> ===================================================================
> --- subversion/libsvn_wc/adm_ops.c (revision 26413)
> +++ subversion/libsvn_wc/adm_ops.c (working copy)
> @@ -1970,7 +1970,7 @@
>
> /* Safeguard 1: is this a versioned resource? */
> SVN_ERR_W(svn_wc__entry_versioned(&entry, path, dir_access, FALSE, pool),
> - "Cannot revert.");
> + _("Cannot revert."));
>
> /* Safeguard 1.5: is this a missing versioned directory? */
> if (entry->kind == svn_node_dir)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG2dsbCwOubk4kUXwRAqy7AKDqZIyb7k+0xzgbdgdtxN8iVDjopwCeLNCw
/3/4I/ZWBQU7NwINYH+fnBI=
=DjAc
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 1 23:32:26 2007

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.