On 01/28/10 01:59 PM, Gary Pennington wrote:
Thanks.

All done. Tested. webrev re-generated.

Sorry, I missed these last time:

src/client.py:
lines 2563-2564: whenever you have more than one format specifier in a string that needs translation, you need to use named format specifiers; this is because sentence structure may not be the same in other languages:

usage(_("Unrecognized format %(format)s. Supported"
    " formats: %(valid)s") % { "format": format, "valid": valid_formats }

  lines 2699, 2700, 2710, 2711: need _()

--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to