summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/entities/common.ent28
-rw-r--r--debian/changelog1
2 files changed, 15 insertions, 14 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent
index f54b5875f..d0075df2e 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -24,20 +24,20 @@
<!-- proper nouns for architectures -->
<!ENTITY arch-title
- "<phrase arch='any-amd64'>64-bit PC</phrase>
- <phrase arch='armel'>32-bit soft-float ARM</phrase>
- <phrase arch='armhf'>32-bit hard-float ARMv7</phrase>
- <phrase arch='arm64'>64-bit ARM</phrase>
- <phrase arch='hppa'>PA-RISC</phrase>
- <phrase arch='any-i386'>32-bit PC</phrase>
- <phrase arch='ia64'>IA-64</phrase>
- <phrase arch='mips'>32-bit MIPS (big-endian)</phrase>
- <phrase arch='mips64el'>64-bit MIPS (little-endian)</phrase>
- <phrase arch='mipsel'>32-bit MIPS (little-endian)</phrase>
- <phrase arch='powerpc'>PowerPC</phrase>
- <phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase>
- <phrase arch='sparc'>SPARC</phrase>
- <phrase arch='s390'>S/390</phrase>">
+ "<phrase arch='any-amd64'>64-bit PC</phrase><phrase
+ arch='armel'>32-bit soft-float ARM</phrase><phrase
+ arch='armhf'>32-bit hard-float ARMv7</phrase><phrase
+ arch='arm64'>64-bit ARM</phrase><phrase
+ arch='hppa'>PA-RISC</phrase><phrase
+ arch='any-i386'>32-bit PC</phrase><phrase
+ arch='ia64'>IA-64</phrase><phrase
+ arch='mips'>32-bit MIPS (big-endian)</phrase><phrase
+ arch='mips64el'>64-bit MIPS (little-endian)</phrase><phrase
+ arch='mipsel'>32-bit MIPS (little-endian)</phrase><phrase
+ arch='powerpc'>PowerPC</phrase><phrase
+ arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase
+ arch='sparc'>SPARC</phrase><phrase
+ arch='s390'>S/390</phrase>">
<!-- general things from installer -->
<!ENTITY ekey "<keycap>e</keycap>">
diff --git a/debian/changelog b/debian/changelog
index 01d269f00..fce693fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ installation-guide (20200716) UNRELEASED; urgency=medium
Closes: #644430, #691046.
* Add chapter about verifying the integrity of installation images.
Closes: #975331
+ * Fix supernumerous space after 'arch-title' entity.
[ Updated translations ]
* Chinese (simplified) by Tao Wang