mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 569057 - Charlton Company trademark attribution in About dialog, r=gavin
This commit is contained in:
parent
8d6816b2c9
commit
e6ca8d3619
@ -87,7 +87,7 @@
|
||||
<description id="copyright">
|
||||
<label
|
||||
class="text-link" href="about:license"
|
||||
>&licenseLinkText;</label>&licenseLinkSuffix;&logoTrademark;
|
||||
>&licenseLinkText;</label>&licenseLinkSuffix;&trademarkInfo;
|
||||
</description>
|
||||
<textbox id="userAgent" multiline="true" readonly="true" flex="1"/>
|
||||
</vbox>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY brandShortName "Minefield">
|
||||
<!ENTITY brandFullName "Minefield">
|
||||
<!ENTITY vendorShortName "Mozilla">
|
||||
<!ENTITY logoTrademark " ">
|
||||
<!ENTITY trademarkInfo " ">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!ENTITY brandShortName "Mozilla Developer Preview">
|
||||
<!ENTITY brandFullName "Mozilla Developer Preview">
|
||||
<!ENTITY vendorShortName "mozilla.org">
|
||||
<!ENTITY logoTrademark " ">
|
||||
<!ENTITY trademarkInfo " ">
|
||||
|
||||
<!-- LOCALIZATION NOTE (releaseBaseURL): The about: page appends __MOZ_APP_VERSION__.html, e.g. 2.0.html -->
|
||||
<!ENTITY releaseBaseURL "http://www.mozilla.org/projects/devpreview/releases/">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY brandShortName "Firefox">
|
||||
<!ENTITY brandFullName "Mozilla Firefox">
|
||||
<!ENTITY vendorShortName "Mozilla">
|
||||
<!-- LOCALIZATION NOTE (logoTrademark): note that there is no space between licenseLinkText (and its trailing licenseLinkSuffix entity) and this entity, so if your locale needs a space between sentences, you need to put it at the start of this entity. -->
|
||||
<!ENTITY logoTrademark " Firefox and the Firefox logos are trademarks of the Mozilla Foundation.">
|
||||
<!-- LOCALIZATION NOTE (trademarkInfo): note that there is no space between licenseLinkText (and its trailing licenseLinkSuffix entity) and this entity, so if your locale needs a space between sentences, you need to put it at the start of this entity. -->
|
||||
<!ENTITY trademarkInfo " Firefox and the Firefox logos are trademarks of the Mozilla Foundation. Some of the trademarks used under license from The Charlton Company.">
|
||||
|
Loading…
x
Reference in New Issue
Block a user