From 34609a03d32e4f974f8653fdb735674c07539402 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 12 Feb 2010 20:55:25 -0800 Subject: [PATCH] RELIABILITY: Consistently capitalize "N of Items". Reported by Harry Thijssen . --- src/language/stats/reliability.q | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/language/stats/reliability.q b/src/language/stats/reliability.q index 478f5c5b..7eb20807 100644 --- a/src/language/stats/reliability.q +++ b/src/language/stats/reliability.q @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -543,7 +543,7 @@ reliability_statistics_model_alpha (struct tab_table *tbl, _("Cronbach's Alpha")); tab_text (tbl, 1, 0, TAB_CENTER | TAT_TITLE, - _("N of items")); + _("N of Items")); tab_double (tbl, 0, 1, TAB_RIGHT, s->alpha, NULL); -- 2.30.2