From de5277480532a40b6d351c2b7869b7c11824c8b5 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 27 Apr 2004 17:37:06 +0000 Subject: [PATCH] I think it's better for translators to have the whole phrases ... not all languages will work with the split sentence --- lang/en/moodle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 6bab2fe724..703056b32f 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -452,8 +452,8 @@ $string['helpwiki'] = 'How to write Wiki text'; $string['helpwriting'] = 'Write carefully'; $string['hide'] = 'Hide'; $string['hiddentopics'] = 'Hidden Topics'; -$string['hiddentopicscollapsed'] = 'are shown in collapsed form'; -$string['hiddentopicsinvisible'] = 'are completely invisible'; +$string['hiddentopicscollapsed'] = 'Hidden topics are shown in collapsed form'; +$string['hiddentopicsinvisible'] = 'Hidden topics are completely invisible'; $string['hidepicture'] = 'Hide picture'; $string['hits'] = 'Hits'; $string['hitsoncourse'] = 'Hits on $a->coursename by $a->username'; -- 2.39.5