Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.3
-
Fix Version/s: 3.4.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
It appears that the "Home" item is not localized in the new 3.2.3 version.
Should line 577 of CRM/Core/BAO/Navigation.php be:
$homeLabel = ts($homeNav['label']);
instead of:
$homeLabel = $homeNav['label'];
Thanks!!