summaryrefslogtreecommitdiff
path: root/gedrecord.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2018-01-07 16:59:12 +0000
committerGreg Roach <fisharebest@gmail.com>2018-01-07 16:59:12 +0000
commitccf1c5801fe3c6a9c1795ee055fb441c8c11a57e (patch)
treed4a22c871ed6af27962af45e7cea0d3388d70b4a /gedrecord.php
parent8ff012410b403d36060cb67d960be27dbf328572 (diff)
downloadwebtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.tar.gz
webtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.tar.bz2
webtrees-ccf1c5801fe3c6a9c1795ee055fb441c8c11a57e.zip
Typo: addition/addtion. Fix: missing help windows
Diffstat (limited to 'gedrecord.php')
-rw-r--r--gedrecord.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gedrecord.php b/gedrecord.php
index 21ba405db6..4522289619 100644
--- a/gedrecord.php
+++ b/gedrecord.php
@@ -51,7 +51,7 @@ if ($controller->record && $controller->record->canShow()) {
} elseif (Auth::isEditor($controller->record->getTree())) {
FlashMessages::addMessage(I18N::translate('This record 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 record has been edited. You should review the changes and then %1$s or %2$s them.',