summaryrefslogtreecommitdiff
path: root/app/Module/SourcesTabModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-04-16 14:49:50 +0100
committerGreg Roach <fisharebest@gmail.com>2016-04-16 14:49:50 +0100
commit29bb8efb2ffd8f12fe03da189c5f49be251b3c1e (patch)
tree226c5076a88c0232838f7990d755a84080ebafaa /app/Module/SourcesTabModule.php
parentad64d54d02644b4320020cbc05be755a4f40d8fb (diff)
downloadwebtrees-29bb8efb2ffd8f12fe03da189c5f49be251b3c1e.tar.gz
webtrees-29bb8efb2ffd8f12fe03da189c5f49be251b3c1e.tar.bz2
webtrees-29bb8efb2ffd8f12fe03da189c5f49be251b3c1e.zip
Added items are always new
Diffstat (limited to 'app/Module/SourcesTabModule.php')
-rw-r--r--app/Module/SourcesTabModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/SourcesTabModule.php b/app/Module/SourcesTabModule.php
index 83a387174f..fc7497b1a3 100644
--- a/app/Module/SourcesTabModule.php
+++ b/app/Module/SourcesTabModule.php
@@ -90,7 +90,7 @@ class SourcesTabModule extends AbstractModule implements ModuleTabInterface {
</td>
<td class="facts_value">
<a href="#" onclick="add_new_record('<?php echo $controller->record->getXref(); ?>','SOUR'); return false;">
- <?php echo I18N::translate('Add a new source citation'); ?>
+ <?php echo I18N::translate('Add a source citation'); ?>
</a>
</td>
</tr>