Bug 493131: Shorten DM strings, r=gavin

This commit is contained in:
Mark Finkle 2009-05-15 17:23:30 -04:00
Родитель 5123763e04
Коммит f742f1f0b1
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -128,9 +128,9 @@
<xul:button anonid="showpage-button" label="&downloadShowPage.label;" <xul:button anonid="showpage-button" label="&downloadShowPage.label;"
oncommand="DownloadsView.showPage(document.getBindingParent(this));"/> oncommand="DownloadsView.showPage(document.getBindingParent(this));"/>
<xul:spacer flex="1"/> <xul:spacer flex="1"/>
<xul:button anonid="show-button" label="&downloadShow.label;" <xul:button anonid="show-button" label="&downloadShow2.label;"
oncommand="DownloadsView.showDownload(document.getBindingParent(this));"/> oncommand="DownloadsView.showDownload(document.getBindingParent(this));"/>
<xul:button anonid="open-button" label="&downloadOpen.label;" <xul:button anonid="open-button" label="&downloadOpen2.label;"
oncommand="DownloadsView.openDownload(document.getBindingParent(this));"/> oncommand="DownloadsView.openDownload(document.getBindingParent(this));"/>
<xul:image anonid="remove-button" class="close-button" <xul:image anonid="remove-button" class="close-button"
onmousedown="DownloadsView.removeDownload(document.getBindingParent(this))"/> onmousedown="DownloadsView.removeDownload(document.getBindingParent(this))"/>

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

@ -72,8 +72,8 @@
<!ENTITY downloadsSearch.emptytext "Search for downloaded file"> <!ENTITY downloadsSearch.emptytext "Search for downloaded file">
<!ENTITY downloadShowPage.label "Go to Page"> <!ENTITY downloadShowPage.label "Go to Page">
<!ENTITY downloadShow.label "Find File"> <!ENTITY downloadShow2.label "Find">
<!ENTITY downloadOpen.label "Open File"> <!ENTITY downloadOpen2.label "Open">
<!ENTITY downloadCancel.label "Cancel"> <!ENTITY downloadCancel.label "Cancel">
<!ENTITY downloadPause.label "Pause"> <!ENTITY downloadPause.label "Pause">
<!ENTITY downloadResume.label "Resume"> <!ENTITY downloadResume.label "Resume">