From cba517e8268023647259b92ca1981c2c1d862642 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 25 Oct 2016 20:28:40 +0200 Subject: [PATCH] MDL-56542 lang: Merge English strings from the en_fix language pack --- lang/en/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/auth.php b/lang/en/auth.php index be602a03fc4..8fa346ec32d 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -49,7 +49,7 @@ $string['auth_remove_keep'] = 'Keep internal'; $string['auth_remove_suspend'] = 'Suspend internal'; $string['auth_remove_user'] = 'Specify what to do with internal user account during mass synchronization when user was removed from external source. Only suspended users are automatically revived if they reappear in ext source.'; $string['auth_remove_user_key'] = 'Removed ext user'; -$string['auth_sync_script'] = 'User account syncronisation'; +$string['auth_sync_script'] = 'User account synchronisation'; $string['auth_updatelocal'] = 'Update local'; $string['auth_updatelocal_expl'] = '

Update local: If enabled, the field will be updated (from external auth) every time the user logs in or there is a user synchronization. Fields set to update locally should be locked.

'; $string['auth_updateremote'] = 'Update external';