summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-12-14 11:34:04 +0000
committerfisharebest <fisharebest@gmail.com>2010-12-14 11:34:04 +0000
commit475120a26e609be48697c79c99bc211c24965ea6 (patch)
treebaa2301c38d61134598c29d1a5b2f9b06f6d5712
parentc4ada0028d36b38b30d91619cbcc84784480a15d (diff)
downloadwebtrees-475120a26e609be48697c79c99bc211c24965ea6.tar.gz
webtrees-475120a26e609be48697c79c99bc211c24965ea6.tar.bz2
webtrees-475120a26e609be48697c79c99bc211c24965ea6.zip
Wrong help link
-rw-r--r--edit_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_interface.php b/edit_interface.php
index 0ba99781af..8d06adcb54 100644
--- a/edit_interface.php
+++ b/edit_interface.php
@@ -302,7 +302,7 @@ if (strstr($action, 'addchild')) {
}
echo help_link('edit_add_parent');
} elseif (strstr($action, 'addopfchild')) {
- echo '<b>', i18n::translate('Add a child to create a one-parent family'), '</b>', help_link('edit_add_child');
+ echo '<b>', i18n::translate('Add a child to create a one-parent family'), '</b>', help_link('add_opf_child');
}
//------------------------------------------------------------------------------
switch ($action) {