diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-14 06:25:11 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-14 06:25:11 +0000 |
| commit | a1c596d718d2b5870914f6e30f7be358d2143d26 (patch) | |
| tree | a2b436bd1f5179715dd11f2e22b4f6fcb4d2675f /modules/sources_tab | |
| parent | 135d073ae9c5a5e42e7ce739a4430f54e93a101d (diff) | |
| download | webtrees-a1c596d718d2b5870914f6e30f7be358d2143d26.tar.gz webtrees-a1c596d718d2b5870914f6e30f7be358d2143d26.tar.bz2 webtrees-a1c596d718d2b5870914f6e30f7be358d2143d26.zip | |
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
Diffstat (limited to 'modules/sources_tab')
| -rw-r--r-- | modules/sources_tab/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sources_tab/module.php b/modules/sources_tab/module.php index c19ca3febc..5b77facb76 100644 --- a/modules/sources_tab/module.php +++ b/modules/sources_tab/module.php @@ -96,7 +96,7 @@ class sources_tab_WT_Module extends WT_Module implements WT_Module_Tab { <tr> <td class="facts_label"><?php echo i18n::translate('Add Source Citation'), help_link('add_source'); ?></td> <td class="facts_value"> - <a href="javascript:;" onclick="add_new_record('<?php echo $this->controller->pid; ?>','SOUR'); return false;"><?php echo i18n::translate('Add a new Source Citation'); ?></a> + <a href="javascript:;" onclick="add_new_record('<?php echo $this->controller->pid; ?>','SOUR'); return false;"><?php echo i18n::translate('Add a new source citation'); ?></a> <br /> </td> </tr> |
