diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-07-14 11:26:08 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-07-14 11:26:08 +0000 |
| commit | 15e5f959b9b4bb208a2d590283117edd6dd4b86a (patch) | |
| tree | a6c7df8174edf90cb80559a079becc6d577b2886 /repo.php | |
| parent | 2158905edbf287b7b3f6a782927274cbacdb3528 (diff) | |
| download | webtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.tar.gz webtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.tar.bz2 webtrees-15e5f959b9b4bb208a2d590283117edd6dd4b86a.zip | |
#807800 - accept or reject: context?
Diffstat (limited to 'repo.php')
| -rw-r--r-- | repo.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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() . '&action=accept">' . WT_I18N::translate_c('You should accept or reject it.', 'accept') . '</a>', - '<a href="' . $controller->repository->getHtmlUrl() . '&action=undo">' . WT_I18N::translate_c('You should accept or reject it.', 'reject') . '</a>' + '<a href="' . $controller->repository->getHtmlUrl() . '&action=accept">' . WT_I18N::translate_c('You should review the deletion and then accept or reject it.', 'accept') . '</a>', + '<a href="' . $controller->repository->getHtmlUrl() . '&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() . '&action=accept">' . WT_I18N::translate_c('You should accept or reject it.', 'accept') . '</a>', - '<a href="' . $controller->repository->getHtmlUrl() . '&action=undo">' . WT_I18N::translate_c('You should accept or reject it.', 'reject') . '</a>' + '<a href="' . $controller->repository->getHtmlUrl() . '&action=accept">' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'accept') . '</a>', + '<a href="' . $controller->repository->getHtmlUrl() . '&action=undo">' . WT_I18N::translate_c('You should review the changes and then accept or reject them.', 'reject') . '</a>' ), ' ', help_link('pending_changes'), '</p>'; |
