mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00706
[Bug 605859] Re: A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.
** Changed in: mahara
Milestone: None => 1.3.0
** Changed in: mahara
Status: New => Fix Committed
** Changed in: mahara
Assignee: (unassigned) => Richard Mansfield (richard-mansfield)
--
A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.
https://bugs.launchpad.net/bugs/605859
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Committed
Bug description:
A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed as below.
[before]
$string['disabledlockedfieldhelp'] = 'Note: Disabled check boxes are for profile fields which are locked in the in the institution settings for "%s". These profile fields are locked at the site level and cannot be unlocked here.';
[after]
$string['disabledlockedfieldhelp'] = 'Note: Disabled check boxes are for profile fields which are locked in the institution settings for "%s". These profile fields are locked at the site level and cannot be unlocked here.';
# "in the in the institution" -> "in the institution"
References