mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597653 - Sync UI: Hard-coded column headers in Server Quota dialog. r=mconnor a=blocking-beta7
This commit is contained in:
parent
6c76ba0a7e
commit
32b89d2067
@ -81,11 +81,11 @@
|
||||
fixed="true"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="collection"
|
||||
label="Type"
|
||||
label=""a.typeColumn.label;"
|
||||
flex="1"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol id="size"
|
||||
label="Size"
|
||||
label=""a.sizeColumn.label;"
|
||||
flex="1"/>
|
||||
</treecols>
|
||||
<treechildren flex="1"/>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user