diff options
author | Philippe Batailler <philippe.batailler@free.fr> | 2012-09-09 16:11:31 +0000 |
---|---|---|
committer | Philippe Batailler <philippe.batailler@free.fr> | 2012-09-09 16:11:31 +0000 |
commit | b8dede6e3c745daa6c9ce4546e9c77a0b2b27c6e (patch) | |
tree | 6888041451516fbe417843bddd5045d0775d7ec5 /build | |
parent | 2c4ac3d355e0b558b8d0f2cb72808b9805fc5a83 (diff) | |
download | installation-guide-b8dede6e3c745daa6c9ce4546e9c77a0b2b27c6e.zip |
french name of archictecture fixed
Diffstat (limited to 'build')
-rw-r--r-- | build/entities/common.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/entities/common.ent b/build/entities/common.ent index 3aa8f8813..53948ee0c 100644 --- a/build/entities/common.ent +++ b/build/entities/common.ent @@ -20,7 +20,7 @@ <!-- proper nouns for architectures --> <!ENTITY arch-title - "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='arm'>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'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> + "<phrase arch='any-amd64'>PC 64 bits</phrase><phrase arch='arm'>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'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>"> <!-- general things from installer --> <!ENTITY enterkey "<keycap>Enter</keycap>"> |