Bug 597653 - Sync UI: Hard-coded column headers in Server Quota dialog. r=mconnor a=blocking-beta7

This commit is contained in:
Philipp von Weitershausen 2010-09-21 12:22:36 +02:00
parent 6c76ba0a7e
commit 32b89d2067
2 changed files with 4 additions and 2 deletions

View File

@ -81,11 +81,11 @@
fixed="true"/>
<splitter class="tree-splitter"/>
<treecol id="collection"
label="Type"
label="&quota.typeColumn.label;"
flex="1"/>
<splitter class="tree-splitter"/>
<treecol id="size"
label="Size"
label="&quota.sizeColumn.label;"
flex="1"/>
</treecols>
<treechildren flex="1"/>

View File

@ -1,2 +1,4 @@
<!ENTITY quota.dialogTitle.label "Server Quota">
<!ENTITY quota.retrievingInfo.label "Retrieving quota information…">
<!ENTITY quota.typeColumn.label "Type">
<!ENTITY quota.sizeColumn.label "Size">