Canonicalise orthography of Big/Little Endian fbsd72-i386-build25 fc11-i386-build11 fc11-x64-build12 lenny-x64-build33 sid-i386-build79
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Oct 2009 16:58:39 +0000 (18:58 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 4 Oct 2009 16:58:39 +0000 (18:58 +0200)
src/data/sys-file-reader.c

index b0a41a83573b0e986fb35bfb3bce46379282662f..b024e4f0ef81532d51f7024a9b2ea352efba84f6 100644 (file)
@@ -931,7 +931,7 @@ read_machine_integer_info (struct sfm_reader *r, size_t size, size_t count,
     NOT_REACHED ();
   if (integer_representation != expected_integer_format)
     {
-      static const char *const endian[] = {N_("little-endian"), N_("big-endian")};
+      static const char *const endian[] = {N_("Little Endian"), N_("Big Endian")};
       sys_warn (r, _("Integer format indicated by system file (%s) "
                      "differs from expected (%s)."),
                 gettext (endian[integer_representation == 1]),