X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Freliability.q;h=7eb20807ff645111b17353122a302ddcd431294f;hb=34609a03d32e4f974f8653fdb735674c07539402;hp=478f5c5bc1baa06c967f980e6d2704587fe131bc;hpb=c74561b1a11c7ee5540336646f1f928bcbb77a05;p=pspp-builds.git 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);