зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a61e3d7300
Коммит
71ee103e24
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче