author | Kartikaya Gupta <kgupta@mozilla.com> |
Thu, 14 Mar 2013 23:46:43 +0100 | |
changeset 124912 | c2d6d3a6f1cd027427bac4fb9ab0e23f4c97478e |
parent 124911 | a1aeae4b00eb086a376544f09b27cd0c18aed410 |
child 124913 | acc2016079996e0708f5aa4f6f052cdef4fcb521 |
push id | 24671 |
push user | kgupta@mozilla.com |
push date | Fri, 15 Mar 2013 10:36:51 +0000 |
treeherder | mozilla-inbound@acc201607999 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mfinkle |
bugs | 827347 |
milestone | 22.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
mobile/android/chrome/content/about.xhtml | file | annotate | diff | comparison | revisions | |
mobile/android/locales/en-US/chrome/about.dtd | file | annotate | diff | comparison | revisions |
--- a/mobile/android/chrome/content/about.xhtml +++ b/mobile/android/chrome/content/about.xhtml @@ -29,17 +29,17 @@ <div id="banner"> <div id="logo"/> #ifdef MOZ_UPDATER <div id="updateBox"> <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> #endif <div id="messages"> <p id="distributionAbout" hidden="true"/> <p id="distributionID" hidden="true"/>
--- a/mobile/android/locales/en-US/chrome/about.dtd +++ b/mobile/android/locales/en-US/chrome/about.dtd @@ -4,17 +4,17 @@ <!ENTITY aboutPage.title "About &brandShortName;"> <!ENTITY aboutPage.warningVersion "&brandShortName; is experimental and may be unstable."> <!ENTITY aboutPage.telemetryStart " It automatically sends information about performance, hardware, usage and customizations back to "> <!ENTITY aboutPage.telemetryMozillaLink "&vendorShortName;"> <!ENTITY aboutPage.telemetryEnd " to help make &brandShortName; better."> <!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"> <!ENTITY aboutPage.support.label "Support"> <!ENTITY aboutPage.privacyPolicy.label "Privacy Policy"> <!ENTITY aboutPage.rights.label "Know Your Rights"> <!ENTITY aboutPage.relNotes.label "Release Notes"> <!ENTITY aboutPage.credits.label "Credits">