Removed the word "real" from English string:

"Hide my real email address from everyone"

  because it doesn't make sense!!
This commit is contained in:
moodler 2004-09-09 05:31:33 +00:00
parent f74fd81898
commit 4c5e7f1f13
2 changed files with 2 additions and 2 deletions

View file

@ -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['emaildisableclick'] = 'Click here to disable all email from being sent to this address';
$string['emaildisplay'] = 'Email display'; $string['emaildisplay'] = 'Email display';
$string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; $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['emaildisplayyes'] = 'Allow everyone to see my email address';
$string['emailenable'] = 'This email address is enabled'; $string['emailenable'] = 'This email address is enabled';
$string['emailenableclick'] = 'Click here to re-enable all email being sent to this address'; $string['emailenableclick'] = 'Click here to re-enable all email being sent to this address';

View file

@ -264,7 +264,7 @@ $string['emailconfirmsent'] = ' <P>An email should have been sent to your addr
<P>If you continue to have difficulty, contact the site administrator.'; <P>If you continue to have difficulty, contact the site administrator.';
$string['emaildisplay'] = 'Email display'; $string['emaildisplay'] = 'Email display';
$string['emaildisplaycourse'] = 'Allow only other course members to see my email address'; $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['emaildisplayyes'] = 'Allow everyone to see my email address';
$string['emailexists'] = 'This email address is already registered.'; $string['emailexists'] = 'This email address is already registered.';
$string['emailformat'] = 'Email format'; $string['emailformat'] = 'Email format';