From b1a7805dfa8438ecb1a3b69a5e1d3b74dd792bee Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 11 May 2005 03:24:15 +0000 Subject: [PATCH] New string for login block (and shortened one without changing meaning) --- lang/en/moodle.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 1a8fe26467e..724c18b85be 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -448,6 +448,7 @@ $string['forcepasswordchange'] = 'Force password change'; $string['forcepasswordchangehelp'] = 'Prompt user to change it on their next login'; $string['forcetheme'] = 'Force theme'; $string['forgotten'] = 'Forgotten your username or password?'; +$string['forgotaccount'] = 'Lost password?'; $string['format'] = 'Format'; $string['formathtml'] = 'HTML format'; $string['formatmarkdown'] = 'Markdown format'; @@ -979,7 +980,7 @@ $string['someerrorswerefound'] = 'Some information was missing or incorrect. Loo $string['sortby'] = 'Sort by'; $string['specifyname'] = 'You must specify a name.'; $string['startdate'] = 'Course start date'; -$string['startsignup'] = 'Start now by creating a new account!'; +$string['startsignup'] = 'Create new account'; $string['state'] = 'State/Province'; $string['statistics'] = 'Statistics'; $string['status'] = 'Status';