Bug 365633: Non-localizable string when checking for updates to add-ons, patch by Ryan Jones <bugs@ryan-jones.com>, r=me

This commit is contained in:
gavin%gavinsharp.com 2007-01-04 18:51:40 +00:00
Родитель a61e3d7300
Коммит 71ee103e24
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -112,3 +112,5 @@
<!ENTITY installIncompatibleUpdate.label "Checking compatibility...">
<!ENTITY installFinishing.label "Installing...">
<!ENTITY installFailure.label "Install failed.">
<!ENTITY progressStatus.label "Checking For Updates">

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

@ -156,7 +156,7 @@
<spacer flex="1"/>
<hbox>
<image class="addonThrobber"/>
<label id="progressStatus" value="Checking For Updates"/>
<label id="progressStatus" value="&progressStatus.label;"/>
</hbox>
<progressmeter id="addonsProgress" class="extension-item-progress" flex="1"/>
<spacer flex="1"/>