diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-13 23:23:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 23:23:55 +0200 |
commit | faa4a1c44f200c77a7e6ba0a559c1309653fda38 (patch) | |
tree | 937782cb6f5d5a12780a08261d98e3c86a732a34 /toolkit/locales/en-US/chrome/global/about.dtd | |
parent | b2cb0427838a2f4f51be0366004549efb5d206fb (diff) | |
parent | e08b25667f20c83cd66e7f55dd98f16ae982974b (diff) | |
download | UXP-faa4a1c44f200c77a7e6ba0a559c1309653fda38.tar UXP-faa4a1c44f200c77a7e6ba0a559c1309653fda38.tar.gz UXP-faa4a1c44f200c77a7e6ba0a559c1309653fda38.tar.lz UXP-faa4a1c44f200c77a7e6ba0a559c1309653fda38.tar.xz UXP-faa4a1c44f200c77a7e6ba0a559c1309653fda38.zip |
Merge pull request #493 from janekptacijarabaci/toolkit_version_architecture_1
Add architecture detection to "about:" and "about:support"
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/about.dtd')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/about.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/locales/en-US/chrome/global/about.dtd b/toolkit/locales/en-US/chrome/global/about.dtd index 85c1a6d25..5de3837ad 100644 --- a/toolkit/locales/en-US/chrome/global/about.dtd +++ b/toolkit/locales/en-US/chrome/global/about.dtd @@ -1,7 +1,7 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> -<!ENTITY about.version "Version"> +<!ENTITY about.version "Version:"> <!-- LOCALIZATION NOTE (about.credits.beforeLink): note that there is no space between this phrase and the linked about.credits.linkTitle phrase, so if your locale needs a space between words, add it at the end of this entity. --> <!ENTITY about.credits.beforeLink "See a list of "> |