From 3f4c5896fde62ac0df738933a8daaa0b47ca9be9 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 30 Nov 2013 13:51:27 +0000 Subject: Typos in msgctxt strings for relationships. Consistent use of punctuation --- library/WT/Controller/Pedigree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/WT/Controller/Pedigree.php') diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php index a7929ddc40..e6233fed0b 100644 --- a/library/WT/Controller/Pedigree.php +++ b/library/WT/Controller/Pedigree.php @@ -147,7 +147,7 @@ class WT_Controller_Pedigree extends WT_Controller_Chart { $this->offsetarray = array(); $this->minyoffset = 0; if ($this->treesize<3) $this->treesize=3; - // -- loop through all of id's in the array starting at the last and working to the first + // -- loop through all of IDs in the array starting at the last and working to the first //-- calculation the box positions for ($i=($this->treesize-1); $i>=0; $i--) { // -- check to see if we have moved to the next generation -- cgit v1.3