From: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun, 13 Dec 2020 19:24:22 +0000 (-0800)
Subject: psppire-dialog-action-crosstabs: Mention Cramer's V along with Phi.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443d13b24337b93e4d88db9518b3bd043716439e;p=pspp

psppire-dialog-action-crosstabs: Mention Cramer's V along with Phi.

Asking for Phi already produced Cramer's V also, but the label didn't
indicate that.  This just updates the label.

Bug #59670.
---

diff --git a/src/ui/gui/psppire-dialog-action-crosstabs.c b/src/ui/gui/psppire-dialog-action-crosstabs.c
index 79de22534a..6ea08a88cb 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"))                  \