From 43875a106919a82f0aae4de8cbb4ea8466b62524 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 30 Nov 2003 14:44:17 +0000 Subject: [PATCH] Plural "Given name(s)" looks silly in English and isn't needed. Might be for Spanish or Arabic though. --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5