diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-12 21:02:54 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-12 21:02:54 +0000 |
| commit | 310e1cbe6f727f11898c254ba3db09ad1f2597a6 (patch) | |
| tree | 4fe575970d3e30c8997d14dbbd83d74161c3b133 /clippings.php | |
| parent | 7399b34b0a69f5bda53eca9c35fcb03c853af141 (diff) | |
| download | webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.tar.gz webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.tar.bz2 webtrees-310e1cbe6f727f11898c254ba3db09ad1f2597a6.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'clippings.php')
| -rw-r--r-- | clippings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippings.php b/clippings.php index 70bb06e796..a894a49cd1 100644 --- a/clippings.php +++ b/clippings.php @@ -166,7 +166,7 @@ if ($ct==0) { <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Zip File(s)'), help_link('zip'); ?></td> <td class="optionbox"><input type="checkbox" name="Zip" value="yes" checked="checked" /></td></tr> - <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Include Media (automatically zips files)'), help_link('include_media'); ?></td> + <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Include media (automatically zips files)'), help_link('include_media'); ?></td> <td class="optionbox"><input type="checkbox" name="IncludeMedia" value="yes" checked="checked" /></td></tr> <?php |
