diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-13 16:04:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 16:04:37 -0400 |
commit | ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643 (patch) | |
tree | 8f46c229047ad9b38122d3a415361403763cc115 /toolkit/locales | |
parent | 501db456d4d84a9345374e9b15775f6e10883a41 (diff) | |
parent | dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b (diff) | |
download | UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.gz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.lz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.tar.xz UXP-ccb9e8c83452231b0d2c72a6cddf64bb1ef5a643.zip |
Merge pull request #150 from janekptacijarabaci/about_1
moebius#173: Fix up "about:" page
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/about.dtd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/toolkit/locales/en-US/chrome/global/about.dtd b/toolkit/locales/en-US/chrome/global/about.dtd index 6df685747..85c1a6d25 100644 --- a/toolkit/locales/en-US/chrome/global/about.dtd +++ b/toolkit/locales/en-US/chrome/global/about.dtd @@ -1,13 +1,13 @@ <!-- 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 "> <!ENTITY about.credits.linkTitle "contributors"> <!-- LOCALIZATION NOTE (about.credits.afterLink): note that there is no space between the linked about.credits.linkTitle phrase and this phrase, so if your locale needs a space between words, add it at the start of this entity. --> -<!ENTITY about.credits.afterLink " to the Mozilla Project."> +<!ENTITY about.credits.afterLink " to the project."> <!-- LOCALIZATION NOTE (about.license.beforeTheLink): note that there is no space between this phrase and the linked about.license.linkTitle phrase, so if your locale needs a space between words, add it at the end of this entity. --> <!ENTITY about.license.beforeTheLink "Read the "> @@ -27,4 +27,5 @@ <!-- LOCALIZATION NOTE (about.buildconfig.afterTheLink): note that there is no space between the linked about.buildconfig.linkTitle phrase and this phrase, so if your locale needs a space between words, add it at the start of this entity. --> <!ENTITY about.buildconfig.afterTheLink " used for this version."> -<!ENTITY about.buildIdentifier "Build identifier: "> +<!ENTITY about.buildIdentifier "Build identifier:"> +<!ENTITY about.userAgent "User-agent:"> |