RELIABILITY: Consistently capitalize "N of Items".
authorBen Pfaff <blp@gnu.org>
Sat, 13 Feb 2010 04:55:25 +0000 (20:55 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 13 Feb 2010 04:55:25 +0000 (20:55 -0800)
Reported by Harry Thijssen <pspp@sjpaes.nl>.

src/language/stats/reliability.q

index 478f5c5bc1baa06c967f980e6d2704587fe131bc..7eb20807ff645111b17353122a302ddcd431294f 100644 (file)
@@ -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);