diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-01-17 11:42:30 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-01-17 11:42:30 +0000 |
| commit | bcc9877a79578c5a04422dde1e4f3845a51e4e6e (patch) | |
| tree | 0b167eb3e58bba3df135b85d695ad17cfcb794c6 /library/WT/Controller/Pedigree.php | |
| parent | 8f0d0ccf47e32bc95aa2bc48b927ceccaef33d2b (diff) | |
| download | webtrees-bcc9877a79578c5a04422dde1e4f3845a51e4e6e.tar.gz webtrees-bcc9877a79578c5a04422dde1e4f3845a51e4e6e.tar.bz2 webtrees-bcc9877a79578c5a04422dde1e4f3845a51e4e6e.zip | |
"Pedigree tree" is just called "Pedigree"
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 69ca9dba16..ab228c99d9 100644 --- a/library/WT/Controller/Pedigree.php +++ b/library/WT/Controller/Pedigree.php @@ -87,7 +87,7 @@ class WT_Controller_Pedigree extends WT_Controller_Chart { WT_I18N::translate('Pedigree tree of %s', $this->root->getFullName()) ); } else { - $this->setPageTitle(WT_I18N::translate('Pedigree tree')); + $this->setPageTitle(WT_I18N::translate('Pedigree')); } //-- adjustments for hide details |
