Changed wording of session timeout (no need to scare users with talk of errors)

This commit is contained in:
moodler 2005-05-09 17:31:10 +00:00
parent 43768eeadc
commit 5415a645f3

View File

@ -16,7 +16,7 @@ $string['notavailable'] = 'That is not currently available';
$string['onlyeditown'] = 'You can only edit your own information';
$string['processingstops'] = 'Processing stops here. Remaining records ignored.';
$string['restricteduser'] = 'Sorry, but your current account \"$a\" is restricted from doing that.';
$string['sessionerroruser'] = 'Your session has timed out or encountered an error. Please login again.';
$string['sessionerroruser'] = 'Your session has timed out. Please login again.';
$string['sessionipnomatch'] = 'Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.';
$string['unknowncourse'] = 'Unknown course named \"$a\"';
$string['usernotaddederror'] = 'User \"$a\" not added - unknown error';