From ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 7 Jan 2018 16:59:12 +0000 Subject: Typo: addition/addtion. Fix: missing help windows --- family.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'family.php') 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.', -- cgit v1.3