summaryrefslogtreecommitdiff
path: root/repo.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-07-14 11:26:08 +0000
committerfisharebest <fisharebest@gmail.com>2011-07-14 11:26:08 +0000
commit15e5f959b9b4bb208a2d590283117edd6dd4b86a (patch)
treea6c7df8174edf90cb80559a079becc6d577b2886 /repo.php
parent2158905edbf287b7b3f6a782927274cbacdb3528 (diff)
downloadwebtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.tar.gz
webtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.tar.bz2
webtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.zip
#807800 - accept or reject: context?
Diffstat (limited to 'repo.php')
-rw-r--r--repo.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/repo.php b/repo.php
index 8f6970d29c..83396790df 100644
--- a/repo.php
+++ b/repo.php
@@ -39,8 +39,8 @@ if ($controller->repository && $controller->repository->canDisplayDetails()) {
'<p class="ui-state-highlight">',
/* I18N: %1$s is "accept", %2$s is "reject". These are links. */ WT_I18N::translate(
'This repository has been deleted. You should review the deletion and then %1$s or %2$s it.',
- '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=accept">' . WT_I18N::translate_c('You should accept or reject it.', 'accept') . '</a>',
- '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=undo">' . WT_I18N::translate_c('You should accept or reject it.', 'reject') . '</a>'
+ '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=accept">' . WT_I18N::translate_c('You should review the deletion and then accept or reject it.', 'accept') . '</a>',
+ '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=undo">' . WT_I18N::translate_c('You should review the deletion and then accept or reject it.', 'reject') . '</a>'
),
' ', help_link('pending_changes'),
'</p>';
@@ -57,8 +57,8 @@ if ($controller->repository && $controller->repository->canDisplayDetails()) {
'<p class="ui-state-highlight">',
/* I18N: %1$s is "accept", %2$s is "reject". These are links. */ WT_I18N::translate(
'This repository has been edited. You should review the changes and then %1$s or %2$s them.',
- '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=accept">' . WT_I18N::translate_c('You should accept or reject it.', 'accept') . '</a>',
- '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=undo">' . WT_I18N::translate_c('You should accept or reject it.', 'reject') . '</a>'
+ '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=accept">' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'accept') . '</a>',
+ '<a href="' . $controller->repository->getHtmlUrl() . '&amp;action=undo">' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'reject') . '</a>'
),
' ', help_link('pending_changes'),
'</p>';