ONEWAY: Fix incorrect, duplicate "(J) Family" label.
[pspp] / src / language / commands / oneway.c
index 2e27697fe9a92e6fa0dc10aa41ba48a841fa03a4..49b06c73d292582c07abc3f9ba8ff8cda817b1be 100644 (file)
@@ -1313,7 +1313,7 @@ show_comparisons (const struct oneway_spec *cmd, const struct oneway_workspace *
   j_family->root->show_label = true;
 
   struct pivot_dimension *i_family = pivot_dimension_create (
-    table, PIVOT_AXIS_ROW, N_("(J) Family"));
+    table, PIVOT_AXIS_ROW, N_("(I) Family"));
   i_family->root->show_label = true;
 
   const struct per_var_ws *pvw = &ws->vws[v];