magic-elimination.patch from patch #6230.
[pspp-builds.git] / src / language / dictionary / sys-file-info.c
index abd1583b11886dd6dd50a7314ca6fcdec4e522da..15b7e8596ac6dc064e247aa8f9148527b04b8fe0 100644 (file)
@@ -36,7 +36,6 @@
 #include <libpspp/alloc.h>
 #include <libpspp/array.h>
 #include <libpspp/hash.h>
-#include <libpspp/magic.h>
 #include <libpspp/message.h>
 #include <libpspp/message.h>
 #include <libpspp/misc.h>
@@ -497,7 +496,7 @@ describe_variable (const struct variable *v, struct tab_table *t, int r, int as)
   tab_joint_text (t, 1, r, 2, r, TAB_LEFT | TAT_PRINTF,
                   _("Display Alignment: %s"),
                   a == ALIGN_LEFT ? _("Left")
-                  : a == ALIGN_CENTRE ? _("Centre")
+                  : a == ALIGN_CENTRE ? _("Center")
                   : _("Right"));
   r++;
   tab_joint_text (t, 1, r, 2, r, TAB_LEFT | TAT_PRINTF,