X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-crosstabs.c;h=3c2bd5957943a142efd149ded6942268efd2a08b;hb=2dacc78b06eb2c34efbb8af544908edd0b99b86e;hp=79de22534a0a470ae0adf7828b47e5576ef9ee7c;hpb=6fca007244bd4a7c917f2dc3a6bab87a2ad7461a;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-crosstabs.c b/src/ui/gui/psppire-dialog-action-crosstabs.c index 79de22534a..3c2bd59579 100644 --- a/src/ui/gui/psppire-dialog-action-crosstabs.c +++ b/src/ui/gui/psppire-dialog-action-crosstabs.c @@ -71,7 +71,7 @@ refresh (PsppireDialogAction *rd_) CS (CHISQ, N_("Chisq"), N_("Pearson chi-square, " \ "likelihood ratio, Fisher’s exact test, continuity correction, " \ "linear-by-linear association.")) \ - CS (PHI, N_("Phi"), NULL) \ + CS (PHI, N_("Phi and Cramer's V"), NULL) \ CS (CC, N_("CC"), N_("Contingency coefficient")) \ CS (LAMBDA, N_("Lambda"), NULL) \ CS (UC, N_("UC"), N_("Uncertainty coefficient")) \ @@ -296,13 +296,6 @@ generate_syntax (const PsppireDialogAction *a) g_string_append (string, "TABLES"); else g_string_append (string, "NOTABLES"); - g_string_append (string, " "); - - if (cd->format_options_pivot) - g_string_append (string, "PIVOT"); - else - g_string_append (string, "NOPIVOT"); - selected = 0; for (i = 0, ok = gtk_tree_model_get_iter_first (cd->stat, &iter); ok;