diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 21:24:38 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-13 21:24:38 +0200 |
commit | dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b (patch) | |
tree | dda1bccb51eb24bb15774bedb964c0da29448996 /toolkit/locales/en-US | |
parent | 0b26d810bdb8ce46fb68f3057e551583f085848d (diff) | |
download | UXP-dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b.tar UXP-dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b.tar.gz UXP-dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b.tar.lz UXP-dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b.tar.xz UXP-dfe1ae6c3ee84bf5c31bbb1ee05d7ab257c2a23b.zip |
Style clean up in about.dtd
https://github.com/MoonchildProductions/moebius/issues/173
Diffstat (limited to 'toolkit/locales/en-US')
-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 7ccccd8f2..85c1a6d25 100644 --- a/toolkit/locales/en-US/chrome/global/about.dtd +++ b/toolkit/locales/en-US/chrome/global/about.dtd @@ -27,5 +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:"> |