summaryrefslogtreecommitdiff
path: root/family.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2018-01-07 16:59:12 +0000
committerGreg Roach <fisharebest@gmail.com>2018-01-07 16:59:12 +0000
commitccf1c5801fe3c6a9c1795ee055fb441c8c11a57e (patch)
treed4a22c871ed6af27962af45e7cea0d3388d70b4a /family.php
parent8ff012410b403d36060cb67d960be27dbf328572 (diff)
downloadwebtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.tar.gz
webtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.tar.bz2
webtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.zip
Typo: addition/addtion. Fix: missing help windows
Diffstat (limited to 'family.php')
-rw-r--r--family.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/family.php b/family.php
index 10556274cc..d6c610573c 100644
--- a/family.php
+++ b/family.php
@@ -37,7 +37,7 @@ if ($controller->record && $controller->record->canShow()) {
} elseif (Auth::isEditor($controller->record->getTree())) {
FlashMessages::addMessage(I18N::translate('This family has been deleted. The deletion will need to be reviewed by a moderator.') . ' ' . FunctionsPrint::helpLink('pending_changes'), 'warning');
}
- } elseif ($controller->record->isPendingAddtion()) {
+ } elseif ($controller->record->isPendingAddition()) {
if (Auth::isModerator($controller->record->getTree())) {
FlashMessages::addMessage(/* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate(
'This family has been edited. You should review the changes and then %1$s or %2$s them.',