diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-11-30 13:51:27 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-11-30 14:37:35 +0000 |
| commit | 3f4c5896fde62ac0df738933a8daaa0b47ca9be9 (patch) | |
| tree | 0518d6a90ecdb4ccf4d069ce5dbe1c2e77898ceb /library/WT/Controller/Pedigree.php | |
| parent | ecbd8e47b4e52adeab2cdc74a8b60d9caac41926 (diff) | |
| download | webtrees-3f4c5896fde62ac0df738933a8daaa0b47ca9be9.tar.gz webtrees-3f4c5896fde62ac0df738933a8daaa0b47ca9be9.tar.bz2 webtrees-3f4c5896fde62ac0df738933a8daaa0b47ca9be9.zip | |
Typos in msgctxt strings for relationships. Consistent use of punctuation
Diffstat (limited to 'library/WT/Controller/Pedigree.php')
| -rw-r--r-- | library/WT/Controller/Pedigree.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
