Re: [sabayon] Commit: Boring fixes..
- From: Mark McLoughlin <markmc redhat com>
- To: William Lachance <wrlach gmail com>
- Cc: sabayon-list gnome org
- Subject: Re: [sabayon] Commit: Boring fixes..
- Date: Tue, 15 Mar 2005 11:59:45 +0000
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]