Bug 827347 - Update entity name to go with string change. r=mfinkle

This commit is contained in:
Kartikaya Gupta 2013-03-14 23:46:43 +01:00
parent 9f7cb0ab18
commit d964af1873
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
<a id="updateLink" href="" onclick="checkForUpdates();">&aboutPage.checkForUpdates.link;</a>
<span id="update-message-checking">&aboutPage.checkForUpdates.checking;</span>
<span id="update-message-none">&aboutPage.checkForUpdates.none;</span>
<span id="update-message-found" onclick="downloadUpdate()">&aboutPage.checkForUpdates.found;</span>
<span id="update-message-found" onclick="downloadUpdate()">&aboutPage.checkForUpdates.available;</span>
<span id="update-message-downloading">&aboutPage.checkForUpdates.downloading;</span>
<span id="update-message-downloaded" onclick="installUpdate()">&aboutPage.checkForUpdates.downloaded;</span>
</div>

View File

@ -9,7 +9,7 @@
<!ENTITY aboutPage.checkForUpdates.link "Check for Updates »">
<!ENTITY aboutPage.checkForUpdates.checking "Looking for updates…">
<!ENTITY aboutPage.checkForUpdates.none "No updates available">
<!ENTITY aboutPage.checkForUpdates.found "Update available; click to download">
<!ENTITY aboutPage.checkForUpdates.available "Update available; click to download">
<!ENTITY aboutPage.checkForUpdates.downloading "Downloading update…">
<!ENTITY aboutPage.checkForUpdates.downloaded "Update downloaded; click to install">
<!ENTITY aboutPage.faq.label "FAQ">