Re: [sabayon] Commit: Boring fixes..



Hi Will,
	Thanks for that ...

On Tue, 2005-03-15 at 01:24 -0500, William Lachance wrote:
> -            raise ProfileStorageException (_("Cannot add non-existent file '%s'"))
> +            raise ProfileStorageException (_("Cannot add non-existent file '%s'" % (src_path)))

	This should be:

  raise ProfileStorageException (_("Cannot add non-existent file '%s'") % src_path)

	Otherwise you're trying to translate a string which includes the actual
path name.

Cheers,
Mark.

  




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]