From: Ben Pfaff Date: Sat, 13 Feb 2010 04:55:25 +0000 (-0800) Subject: RELIABILITY: Consistently capitalize "N of Items". X-Git-Tag: v0.7.4~4 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=34609a03d32e4f974f8653fdb735674c07539402 RELIABILITY: Consistently capitalize "N of Items". Reported by Harry Thijssen . --- 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);