diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-13 23:42:25 +0000 |
| commit | 3453735fbcb082c18e0d42dc177efb4abfe7c10b (patch) | |
| tree | 41e04285c55255f1be7e0e4316c00869350ec0ed /timeline.php | |
| parent | d66c0b94b29f7da216d03b4779fea0f57bd0da2f (diff) | |
| download | webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.gz webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.tar.bz2 webtrees-3453735fbcb082c18e0d42dc177efb4abfe7c10b.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'timeline.php')
| -rw-r--r-- | timeline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline.php b/timeline.php index 042aaba021..65a2d4adb9 100644 --- a/timeline.php +++ b/timeline.php @@ -249,7 +249,7 @@ document.onmousemove = MM; document.onmouseup = MU; //--> </script> -<h2><?php echo i18n::translate('Timeline Chart'); ?></h2> +<h2><?php echo i18n::translate('Timeline chart'); ?></h2> <?php if (!$controller->isPrintPreview()) { ?><form name="people" action="timeline.php"><?php } ?> <?php $controller->checkPrivacy(); |
