psppire-dialog-action-crosstabs: Mention Cramer's V along with Phi.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Dec 2020 19:24:22 +0000 (11:24 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Dec 2020 19:24:36 +0000 (11:24 -0800)
Asking for Phi already produced Cramer's V also, but the label didn't
indicate that.  This just updates the label.

Bug #59670.

src/ui/gui/psppire-dialog-action-crosstabs.c

index 79de22534a0a470ae0adf7828b47e5576ef9ee7c..6ea08a88cbade665dcc2f59256263233e9f68fc7 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"))                  \