postcomputes sort-of work!
[pspp] / src / ui / gui / psppire-dialog-action-crosstabs.c
index 79de22534a0a470ae0adf7828b47e5576ef9ee7c..3c2bd5957943a142efd149ded6942268efd2a08b 100644 (file)
@@ -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;