mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 318991: change the releaseURL entity to releaseBaseURL to force locales to update and to better match its new content. r/a=l10n@m.c
This commit is contained in:
parent
302688f198
commit
76c047400c
@ -2,4 +2,5 @@
|
||||
<!ENTITY brandFullName "Mozilla Firefox">
|
||||
<!ENTITY vendorShortName "Mozilla">
|
||||
|
||||
<!ENTITY releaseURL "http://www.mozilla.com/firefox/releases/">
|
||||
<!-- LOCALIZATION NOTE (releaseBaseURL): The about: page appends __MOZ_APP_VERSION__.html, e.g. 2.0.html -->
|
||||
<!ENTITY releaseBaseURL "http://www.mozilla.com/firefox/releases/">
|
||||
|
@ -79,7 +79,7 @@ h1 {
|
||||
<img src="chrome://branding/content/about.png" alt="&brandShortName;"/></a>
|
||||
|
||||
<h1>
|
||||
#expand <a id="mozlink" href="&releaseURL;__MOZ_APP_VERSION__.html">&brandShortName; __MOZ_APP_VERSION__</a>
|
||||
#expand <a id="mozlink" href="&releaseBaseURL;__MOZ_APP_VERSION__.html">&brandShortName; __MOZ_APP_VERSION__</a>
|
||||
</h1>
|
||||
<script type="application/x-javascript">
|
||||
// using try..catch to handle empty useragents and other cases where the regex fails to apply
|
||||
|
Loading…
x
Reference in New Issue
Block a user