From: moodler Date: Sun, 30 Nov 2003 14:44:17 +0000 (+0000) Subject: Plural "Given name(s)" looks silly in English and isn't needed. Might be X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43875a106919a82f0aae4de8cbb4ea8466b62524;p=moodle.git Plural "Given name(s)" looks silly in English and isn't needed. Might be for Spanish or Arabic though. --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index d51fed5d74..d7e973465e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -313,7 +313,7 @@ $string['files'] = 'Files'; $string['filesfolders'] = 'Files/folders'; $string['filloutallfields'] = 'Please fill out all fields in this form'; $string['findmorecourses'] = 'Find more courses...'; -$string['firstname'] = 'Given name(s)'; +$string['firstname'] = 'Given name'; $string['firsttime'] = 'Is this your first time here?'; $string['followingoptional'] = 'The following items are optional'; $string['followingrequired'] = 'The following items are required';