summaryrefslogtreecommitdiff
path: root/source.php
diff options
context:
space:
mode:
Diffstat (limited to 'source.php')
-rw-r--r--source.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/source.php b/source.php
index 2d01dadd25..ba0a03a6a0 100644
--- a/source.php
+++ b/source.php
@@ -39,8 +39,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 source 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 source 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>'
),
@@ -49,7 +49,7 @@ if ($controller->record && $controller->record->canShow()) {
} elseif (Auth::isEditor($controller->record->getTree())) {
echo
'<p class="ui-state-highlight">',
- I18N::translate('This source has been deleted. The deletion will need to be reviewed by a moderator.'),
+ I18N::translate('This source has been deleted. The deletion will need to be reviewed by a moderator.'),
' ', FunctionsPrint::helpLink('pending_changes'),
'</p>';
}
@@ -57,8 +57,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 source 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 source 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>'
),
@@ -67,7 +67,7 @@ if ($controller->record && $controller->record->canShow()) {
} elseif (Auth::isEditor($controller->record->getTree())) {
echo
'<p class="ui-state-highlight">',
- I18N::translate('This source has been edited. The changes need to be reviewed by a moderator.'),
+ I18N::translate('This source has been edited. The changes need to be reviewed by a moderator.'),
' ', FunctionsPrint::helpLink('pending_changes'),
'</p>';
}