Canonicalized on American orthography in source files.
[pspp-builds.git] / src / language / dictionary / sys-file-info.c
index abd1583b11886dd6dd50a7314ca6fcdec4e522da..78eaecb47f187b909be3dfddcda79949d15cf098 100644 (file)
@@ -497,7 +497,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,