From 0e8d6a3e9efdc1fd6d22b33a0c6a9f1a356b0017 Mon Sep 17 00:00:00 2001
From: jamiesensei <jamiesensei>
Date: Fri, 19 Jan 2007 13:05:54 +0000
Subject: [PATCH] MDL-7780 Choose legend/header text carefully - short and
 non-repeated

---
 lang/en_utf8/moodle.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php
index d9e971ec69..aa85c891a0 100644
--- a/lang/en_utf8/moodle.php
+++ b/lang/en_utf8/moodle.php
@@ -287,7 +287,7 @@ $string['courseuploadlimit'] = 'Course upload limit';
 $string['create'] = 'Create';
 $string['createaccount'] = 'Create my new account';
 $string['createfolder'] = 'Create a folder in $a';
-$string['createuserandpass'] = 'Create a new username and password to log in with';
+$string['createuserandpass'] = 'Choose your username and password';
 $string['createziparchive'] = 'Create zip archive';
 $string['creatingblocks'] = 'Creating blocks';
 $string['creatingblocksroles'] = 'Creating block level role assignments and overrides';
@@ -1332,7 +1332,7 @@ $string['submit'] = 'Submit';
 $string['success'] = 'Success';
 $string['summary'] = 'Summary';
 $string['summaryof'] = 'Summary of $a';
-$string['supplyinfo'] = 'Please supply some information about yourself';
+$string['supplyinfo'] = 'More details';
 $string['switchrolereturn'] = 'Return to my normal role';
 $string['switchroleto'] = 'Switch role to...';
 $string['tag'] = 'Tag';
-- 
2.39.5