Bug 364275 some texts in Account Setting->Security dialog need LABEL_FOR set

patch by Evan.Yan @ sun.com r=mscott a=mscoot
This commit is contained in:
ginn.chen%sun.com 2007-01-11 06:47:36 +00:00
Родитель 0073ea55ed
Коммит 04ca0ae0dc
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

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