Bug 364275 some texts in Account Setting->Security dialog need LABEL_FOR set
patch by Evan.Yan @ sun.com r=mscott a=mscoot git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@218189 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<groupbox id="signing.titlebox">
|
||||
<caption label="&signingGroupTitle.label;"/>
|
||||
|
||||
<label value="&signingCert.message;"/>
|
||||
<label value="&signingCert.message;" control="identity.signing_cert_name"/>
|
||||
|
||||
<hbox align="center">
|
||||
<textbox id="identity.signing_cert_name" wsm_persist="true" flex="1"
|
||||
@@ -85,7 +85,7 @@
|
||||
<groupbox id="encryption.titlebox">
|
||||
<caption label="&encryptionGroupTitle.label;"/>
|
||||
|
||||
<label value="&encryptionCert.message;"/>
|
||||
<label value="&encryptionCert.message;" control="identity.encryption_cert_name"/>
|
||||
|
||||
<hbox align="center">
|
||||
<textbox id="identity.encryption_cert_name" wsm_persist="true" flex="1"
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<groupbox id="signing.titlebox">
|
||||
<caption label="&signingGroupTitle.label;"/>
|
||||
|
||||
<label value="&signingCert.message;"/>
|
||||
<label value="&signingCert.message;" control="identity.signing_cert_name"/>
|
||||
|
||||
<hbox align="center">
|
||||
<textbox id="identity.signing_cert_name" wsm_persist="true" flex="1"
|
||||
@@ -89,7 +89,7 @@
|
||||
<groupbox id="encryption.titlebox">
|
||||
<caption label="&encryptionGroupTitle.label;"/>
|
||||
|
||||
<label value="&encryptionCert.message;"/>
|
||||
<label value="&encryptionCert.message;" control="identity.encryption_cert_name"/>
|
||||
|
||||
<hbox align="center">
|
||||
<textbox id="identity.encryption_cert_name" wsm_persist="true" flex="1"
|
||||
|
||||
Reference in New Issue
Block a user