From 59e996cc7d92f357f89a18cd2e2fcc79894318b8 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 4 Sep 2004 09:14:40 +0000 Subject: [PATCH] String changed for clarity Bug 1880 (http://moodle.org/bugs/bug.php?op=show&bugid=1880) --- lang/en/glossary.php | 2 +- lang/en/help/glossary/defaultapproval.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index d95528d836..5ad817daa5 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -52,7 +52,7 @@ $string['concepts'] = 'Concepts'; $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all glosaries. You will still need to turn feeds on manually in the settings for each glossary.'; $string['currentglossary'] = 'Current glossary'; $string['dateview'] = 'Browse by date'; -$string['defaultapproval'] = 'Default approval status'; +$string['defaultapproval'] = 'Approved by default'; $string['definition'] = 'Definition'; $string['definitions'] = 'Definitions'; $string['deleteentry'] = 'Delete entry'; diff --git a/lang/en/help/glossary/defaultapproval.html b/lang/en/help/glossary/defaultapproval.html index f89f81625b..81693a590d 100644 --- a/lang/en/help/glossary/defaultapproval.html +++ b/lang/en/help/glossary/defaultapproval.html @@ -1,4 +1,4 @@ -

Default approval status

+

Approved by default

This setting allows the teacher to define what happens to new entries added by students. They can be automatically made available to everyone, otherwise the teacher will have to approve each one.

-- 2.39.5