From 764a01d9433bb50d2ecbce7851cba4793c7674e2 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 2 Mar 2015 15:07:39 +0000 Subject: PSR-1 --- app/Module/FamilyNavigatorModule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Module/FamilyNavigatorModule.php') diff --git a/app/Module/FamilyNavigatorModule.php b/app/Module/FamilyNavigatorModule.php index ffd751f7fc..697c688531 100644 --- a/app/Module/FamilyNavigatorModule.php +++ b/app/Module/FamilyNavigatorModule.php @@ -207,13 +207,13 @@ class FamilyNavigatorModule extends Module implements ModuleSidebarInterface { } if ($stepParents) { $relationship = $father instanceof Individual ? - I18N::translate_c("father’s wife", "step-mother") : I18N::translate_c("mother’s husband", "step-father"); + I18N::translateContext("father’s wife", "step-mother") : I18N::translateContext("mother’s husband", "step-father"); $html .= sprintf(self::TTL, $relationship) . $stepParents; } } } if (!($father instanceof Individual || $mother instanceof Individual)) { - $html .= sprintf(self::MSG, I18N::translate_c('unknown family', 'unknown')); + $html .= sprintf(self::MSG, I18N::translateContext('unknown family', 'unknown')); } return $html; } -- cgit v1.3