mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01666
[Bug 605859] Re: A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.
** Changed in: mahara
Status: Fix Committed => Fix Released
--
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 Released
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