mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00702
[Bug 605859] [NEW] A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.
Public bug reported:
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"
** Affects: mahara
Importance: Undecided
Status: New
--
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: New
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"
Follow ups
References