X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommands%2Foneway.c;h=49b06c73d292582c07abc3f9ba8ff8cda817b1be;hb=refs%2Fheads%2Fdelete-variables;hp=2e27697fe9a92e6fa0dc10aa41ba48a841fa03a4;hpb=9eb07d79cfaa5a147a708df832c9c9164be4c312;p=pspp diff --git a/src/language/commands/oneway.c b/src/language/commands/oneway.c index 2e27697fe9..49b06c73d2 100644 --- a/src/language/commands/oneway.c +++ b/src/language/commands/oneway.c @@ -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];