From: moodler Date: Thu, 9 Sep 2004 05:31:33 +0000 (+0000) Subject: Removed the word "real" from English string: X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4c5e7f1f13ffc586687892225c0d4b02a048019b;p=moodle.git Removed the word "real" from English string: "Hide my real email address from everyone" because it doesn't make sense!! --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 68057c74f5..bbaed13c3e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -366,7 +366,7 @@ $string['emaildisable'] = 'This email address is disabled'; $string['emaildisableclick'] = 'Click here to disable all email from being sent to this address'; $string['emaildisplay'] = 'Email display'; $string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; -$string['emaildisplayno'] = 'Hide my real email address from everyone'; +$string['emaildisplayno'] = 'Hide my email address from everyone'; $string['emaildisplayyes'] = 'Allow everyone to see my email address'; $string['emailenable'] = 'This email address is enabled'; $string['emailenableclick'] = 'Click here to re-enable all email being sent to this address'; diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 681b7b6544..831f714197 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -264,7 +264,7 @@ $string['emailconfirmsent'] = '

An email should have been sent to your addr

If you continue to have difficulty, contact the site administrator.'; $string['emaildisplay'] = 'Email display'; $string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; -$string['emaildisplayno'] = 'Hide my real email address from everyone'; +$string['emaildisplayno'] = 'Hide my email address from everyone'; $string['emaildisplayyes'] = 'Allow everyone to see my email address'; $string['emailexists'] = 'This email address is already registered.'; $string['emailformat'] = 'Email format';