mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 827347 - Update entity name to go with string change. r=mfinkle
This commit is contained in:
parent
9f7cb0ab18
commit
d964af1873
@ -34,7 +34,7 @@
|
|||||||
<a id="updateLink" href="" onclick="checkForUpdates();">&aboutPage.checkForUpdates.link;</a>
|
<a id="updateLink" href="" onclick="checkForUpdates();">&aboutPage.checkForUpdates.link;</a>
|
||||||
<span id="update-message-checking">&aboutPage.checkForUpdates.checking;</span>
|
<span id="update-message-checking">&aboutPage.checkForUpdates.checking;</span>
|
||||||
<span id="update-message-none">&aboutPage.checkForUpdates.none;</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-downloading">&aboutPage.checkForUpdates.downloading;</span>
|
||||||
<span id="update-message-downloaded" onclick="installUpdate()">&aboutPage.checkForUpdates.downloaded;</span>
|
<span id="update-message-downloaded" onclick="installUpdate()">&aboutPage.checkForUpdates.downloaded;</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<!ENTITY aboutPage.checkForUpdates.link "Check for Updates »">
|
<!ENTITY aboutPage.checkForUpdates.link "Check for Updates »">
|
||||||
<!ENTITY aboutPage.checkForUpdates.checking "Looking for updates…">
|
<!ENTITY aboutPage.checkForUpdates.checking "Looking for updates…">
|
||||||
<!ENTITY aboutPage.checkForUpdates.none "No updates available">
|
<!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.downloading "Downloading update…">
|
||||||
<!ENTITY aboutPage.checkForUpdates.downloaded "Update downloaded; click to install">
|
<!ENTITY aboutPage.checkForUpdates.downloaded "Update downloaded; click to install">
|
||||||
<!ENTITY aboutPage.faq.label "FAQ">
|
<!ENTITY aboutPage.faq.label "FAQ">
|
||||||
|
Loading…
Reference in New Issue
Block a user