fixing bug 126609 - Labels pref page could need some cleanup. r=racham sr=mscott a=asa.

This commit is contained in:
ssu%netscape.com 2002-03-05 23:13:32 +00:00
Родитель 1e4ee3992a
Коммит 993271c759
2 изменённых файлов: 7 добавлений и 1 удалений

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

@ -59,6 +59,9 @@
<script type="application/x-javascript" src="chrome://messenger/content/pref-labels.js"/>
<groupbox>
<caption label="&labelsSettings.label;"/>
<description>&displayText.label;</description>
<!-- label color: 1 (default red) -->
@ -181,5 +184,7 @@
oncommand="restoreColorAndDescriptionToDefaults();">
</button>
</hbox>
</groupbox>
</page>

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

@ -36,7 +36,8 @@
- ***** END LICENSE BLOCK ***** -->
<!ENTITY pane.title "Labels">
<!ENTITY displayText.label "Customize the names and colors of message labels.">
<!ENTITY labelsSettings.label "Customize Labels">
<!ENTITY displayText.label "Labels can be used to categorize and prioritize your messages. Modify the appearance of Labels using the settings below.">
<!ENTITY restoreDefaults.label "Restore Defaults">
<!ENTITY restoreDefaults.accesskey "R">