[REVIEW] code review request :  15787741


Hi All,

Please review fix for (SRU branch)

15787741 Synopsis:
SUNBT7164146 exclude leading white spaces for indentation

Problem: Several localizable strings listed below have leading white spaces.
They look for indentation, not for padding, i.e. should not
adjust number of white spaces when the words are translated.

webrev : https://cr.opensolaris.org/action/browse/pkg/saurabhv/15787741-rev-0/webrev/

Solution (for example):

PUBCERT_COMMON_NAME =  _("  Common Name (CN):")

becomes

PUBCERT_COMMON_NAME = " " +  _("Common Name (CN):")

Test suite run is successful.

Thank you.
--
Oracle Email Signature Logo
Rick Grubin | Senior Software Engineer | RPE Install
Phone: +1 303 272 2736
500 Eldorado Blvd | Broomfield, CO 80021 | USA
/Leadership.Innovation.Partnership./
_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to