diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-14 16:18:27 +0000 |
| commit | 1bfae9e0b380e63146dfcdef13ccd15dbb7f241f (patch) | |
| tree | aa96e5c5e99f7a41060b6a9cef1e6fda3842a300 /compact.php | |
| parent | 4761d160378b7c8f5a5a84760a2f624d010e69f4 (diff) | |
| download | webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.gz webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.bz2 webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'compact.php')
| -rw-r--r-- | compact.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compact.php b/compact.php index 661ee14c49..abec70f535 100644 --- a/compact.php +++ b/compact.php @@ -309,9 +309,9 @@ function print_td_person($n) { $pid = $treeid[$n]; if ($TEXT_DIRECTION=="ltr") { - $title = i18n::translate('Individual Information').": ".$pid; + $title = i18n::translate('Individual information').": ".$pid; } else { - $title = $pid." :".i18n::translate('Individual Information'); + $title = $pid." :".i18n::translate('Individual information'); } if ($pid) { |
