diff options
Diffstat (limited to 'individual.php')
| -rw-r--r-- | individual.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/individual.php b/individual.php index a9e1e9948d..136c7547e5 100644 --- a/individual.php +++ b/individual.php @@ -52,8 +52,8 @@ if ($controller->record && $controller->record->canShow()) { if (Auth::isModerator($controller->record->getTree())) { echo '<p class="ui-state-highlight">', - /* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate( - 'This individual has been deleted. You should review the deletion and then %1$s or %2$s it.', + /* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate( + 'This individual has been deleted. You should review the deletion and then %1$s or %2$s it.', '<a href="#" onclick="accept_changes(\'' . $controller->record->getXref() . '\');">' . I18N::translateContext('You should review the deletion and then accept or reject it.', 'accept') . '</a>', '<a href="#" onclick="reject_changes(\'' . $controller->record->getXref() . '\');">' . I18N::translateContext('You should review the deletion and then accept or reject it.', 'reject') . '</a>' ), @@ -62,7 +62,7 @@ if ($controller->record && $controller->record->canShow()) { } elseif (Auth::isEditor($controller->record->getTree())) { echo '<p class="ui-state-highlight">', - I18N::translate('This individual has been deleted. The deletion will need to be reviewed by a moderator.'), + I18N::translate('This individual has been deleted. The deletion will need to be reviewed by a moderator.'), ' ', FunctionsPrint::helpLink('pending_changes'), '</p>'; } @@ -70,8 +70,8 @@ if ($controller->record && $controller->record->canShow()) { if (Auth::isModerator($controller->record->getTree())) { echo '<p class="ui-state-highlight">', - /* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate( - 'This individual has been edited. You should review the changes and then %1$s or %2$s them.', + /* I18N: %1$s is “accept”, %2$s is “reject”. These are links. */ I18N::translate( + 'This individual has been edited. You should review the changes and then %1$s or %2$s them.', '<a href="#" onclick="accept_changes(\'' . $controller->record->getXref() . '\');">' . I18N::translateContext('You should review the changes and then accept or reject them.', 'accept') . '</a>', '<a href="#" onclick="reject_changes(\'' . $controller->record->getXref() . '\');">' . I18N::translateContext('You should review the changes and then accept or reject them.', 'reject') . '</a>' ), @@ -80,7 +80,7 @@ if ($controller->record && $controller->record->canShow()) { } elseif (Auth::isEditor($controller->record->getTree())) { echo '<p class="ui-state-highlight">', - I18N::translate('This individual has been edited. The changes need to be reviewed by a moderator.'), + I18N::translate('This individual has been edited. The changes need to be reviewed by a moderator.'), ' ', FunctionsPrint::helpLink('pending_changes'), '</p>'; } |
