fixed apparent pref typo for calendar startup; fixed Calendar label (was Composer)

git-svn-id: svn://10.0.0.236/trunk@43810 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 1999-08-20 13:05:32 +00:00
parent ace8f91d48
commit 264250f697
2 changed files with 4 additions and 4 deletions

View File

@ -70,8 +70,8 @@
</html:div>
<html:div>
<html:input type="checkbox" id="ref:0:bool:general.startup.calendar" />
<html:label for="ref:0:bool:general.startup.calendar" accesskey="a" tabindex="0">
&compCheck.label;
<html:label for="pref:0:bool:general.startup.calendar" accesskey="a" tabindex="0">
&calCheck.label;
</html:label>
</html:div>

View File

@ -70,8 +70,8 @@
</html:div>
<html:div>
<html:input type="checkbox" id="ref:0:bool:general.startup.calendar" />
<html:label for="ref:0:bool:general.startup.calendar" accesskey="a" tabindex="0">
&compCheck.label;
<html:label for="pref:0:bool:general.startup.calendar" accesskey="a" tabindex="0">
&calCheck.label;
</html:label>
</html:div>