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:
ginn.chen%sun.com
2007-01-11 06:55:03 +00:00
parent 01ff97ad70
commit 4e30ae22bf
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"