Bug 517204: Change '(x)' image to 'Remove' button in Download Manager, r=gavin

This commit is contained in:
Mark Finkle 2009-09-17 16:34:06 -04:00
parent 48991d15e0
commit 446a1f64a8
2 changed files with 4 additions and 8 deletions

View File

@ -130,8 +130,8 @@
<xul:spacer flex="1"/>
<xul:button anonid="open-button" label="&downloadOpen2.label;"
oncommand="DownloadsView.openDownload(document.getBindingParent(this));"/>
<xul:image anonid="remove-button" class="close-button"
onclick="DownloadsView.removeDownload(document.getBindingParent(this))"/>
<xul:button anonid="remove-button" label="&downloadRemove.label;"
oncommand="DownloadsView.removeDownload(document.getBindingParent(this));"/>
</xul:hbox>
</xul:vbox>
</content>

View File

@ -57,11 +57,6 @@
<!ENTITY addonShowPage.label "Go to Page">
<!ENTITY downloadsHeader.label "Downloads">
<!ENTITY downloadsSortDate.label "Date">
<!ENTITY downloadsSortSite.label "Site">
<!ENTITY downloadsSortName.label "Name">
<!ENTITY downloadsSearch.label "Search">
<!ENTITY downloadsSearch2.emptytext "Search">
<!ENTITY downloadShowPage.label "Go to Page">
<!ENTITY downloadShow2.label "Find">
@ -70,11 +65,12 @@
<!ENTITY downloadPause.label "Pause">
<!ENTITY downloadResume.label "Resume">
<!ENTITY downloadRetry.label "Retry">
<!ENTITY downloadRemove.label "Remove">
<!ENTITY noResults.label "No results">
<!ENTITY allBookmarks.label "See all bookmarks">
<!ENTITY searchEngine.addSearch "Add Search:">
<!ENTITY searchEngine.addSearch "Add Search:">
<!ENTITY bookmarkPopup.label "Page Bookmarked">
<!ENTITY bookmarkRemove.label "Remove">