summaryrefslogtreecommitdiff
path: root/modules/sources_tab
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-14 06:25:11 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-14 06:25:11 +0000
commita1c596d718d2b5870914f6e30f7be358d2143d26 (patch)
treea2b436bd1f5179715dd11f2e22b4f6fcb4d2675f /modules/sources_tab
parent135d073ae9c5a5e42e7ce739a4430f54e93a101d (diff)
downloadwebtrees-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.php2
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>