Matt Keenan wrote: > Both these bugs are L10n related bugs thus bundling fix for both in > single review/commit. > > Certain strings within GUI installer are not being extracted for > localization. > Solution is simply to wrap these strings with _() and N_() macro's. > > Fixes bugs : > http://defect.opensolaris.org/bz/show_bug.cgi?id=8786 > http://defect.opensolaris.org/bz/show_bug.cgi?id=8788 > > Webrev : > http://cr.opensolaris.org/~mattman/bugs-8786-8788/ > > Cheers > > Matt > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss Hey Matt;
Regarding: users-screen.c Just a nit. The indentation around the code you've changed does not appear to be correct. There is an extension to the hg command set, "hg nits". It's available on indiana-build.sfbay. You need to run "hg nits" in your workspace repository. It will report incorrect coding conventions and indentation issues. Joe