From 443d13b24337b93e4d88db9518b3bd043716439e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 13 Dec 2020 11:24:22 -0800 Subject: [PATCH] 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. --- src/ui/gui/psppire-dialog-action-crosstabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) \ -- 2.30.2