diff options
Diffstat (limited to 'app/Controller/FamilyController.php')
| -rw-r--r-- | app/Controller/FamilyController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/FamilyController.php b/app/Controller/FamilyController.php index 9b1b2d4401..b1fe3774db 100644 --- a/app/Controller/FamilyController.php +++ b/app/Controller/FamilyController.php @@ -96,7 +96,7 @@ class FamilyController extends GedcomRecordController { // delete if (Auth::isEditor($this->record->getTree())) { $menu->addSubmenu(new Menu(I18N::translate('Delete'), '#', 'menu-fam-del', array( - 'onclick' => 'return delete_family("' . I18N::translate('Deleting the family will unlink all of the individuals from each other but will leave the individuals in place. Are you sure you want to delete this family?') . '", "' . $this->record->getXref() . '");', + 'onclick' => 'return delete_family("' . I18N::translate('Deleting the family will unlink all of the individuals from each other but will leave the individuals in place. Are you sure you want to delete this family?') . '", "' . $this->record->getXref() . '");', ))); } @@ -110,7 +110,7 @@ class FamilyController extends GedcomRecordController { // add to favorites if (Module::getModuleByName('user_favorites')) { $menu->addSubmenu(new Menu( - /* I18N: Menu option. Add [the current page] to the list of favorites */ I18N::translate('Add to favorites'), + /* I18N: Menu option. Add [the current page] to the list of favorites */ I18N::translate('Add to favorites'), '#', 'menu-fam-addfav', array( |
