From a7aea7c3acd5258873f3d5fbfd494b6e78f6347f Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 27 Jul 2004 17:22:07 +0000 Subject: [PATCH] Some new strings to predefined formats in glossary module. Bug 936 (http://moodle.org/bugs/bug.php?op=show&bugid=936) --- lang/en/glossary.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index bf76a71ba5..5e37340d31 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -62,13 +62,13 @@ $string['descending'] = '(descending)'; $string['destination'] = 'Destination'; $string['displayformat'] = 'Display format'; $string['displayformats'] = 'Display formats'; -$string['displayformat2'] = 'Full with author'; -$string['displayformat3'] = 'Encyclopedia'; -$string['displayformat4'] = 'FAQ'; -$string['displayformat5'] = 'Full without author'; -$string['displayformat6'] = 'Entry list'; $string['displayformatcontinuous'] = 'Continuous without author'; -$string['displayformatdefault'] = 'Simple, dictionary style'; +$string['displayformatdictionary'] = 'Simple, dictionary style'; +$string['displayformatencyclopedia'] = 'Encyclopedia'; +$string['displayformatentrylist'] = 'Entry list'; +$string['displayformatfaq'] = 'FAQ'; +$string['displayformatfullwithauthor'] = 'Full with author'; +$string['displayformatfullwithoutauthor'] = 'Full without author'; $string['displayformatssetup'] = 'Display Formats Setup'; $string['duplicateentry'] = 'Duplicate entry'; $string['editcategories'] = 'Edit categories'; -- 2.39.5