From f24a9b78eb4185a398eaf7a18b50b9eccf9f9410 Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Mon, 6 Jan 2003 02:57:09 +0000
Subject: [PATCH] String changes

---
 lang/en/docs/release.html | 4 ++--
 lang/en/journal.php       | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lang/en/docs/release.html b/lang/en/docs/release.html
index 1a9ea7fa7a..d02ac7b3a9 100644
--- a/lang/en/docs/release.html
+++ b/lang/en/docs/release.html
@@ -10,7 +10,7 @@
 <BODY BGCOLOR="#FFFFFF">
 <H2>Release notes</H2>
 
-<H3>  New in Moodle 1.0.8 (due for release 6th January)   </H3>
+<H3> New in Moodle 1.0.8 </H3>
 <UL><DL>
 <DT> Databases</DT>
 <DD> Moodle now has complete native support support for <B>PostgreSQL 7</B> databases (thanks 
@@ -25,7 +25,7 @@
 <DD> <B>Six new languages have been added!</B>  Chinese (from Zhang Dexuan), 
      Arabic (from Ahmed Nabil), Turkish (from M. Cüneyt Birkök), Swedish (from Set Lonnert),
      Thai (from Wim Singhanart) and Dutch (from Hans Zwart and Jacob Romeyn).  Many thanks 
-     to these people!  All other languages have also had updates and fixes since 1.0.7.
+     to all these hard-working people!  All other languages have also had updates and fixes since 1.0.7.
      The language editor has been improved slightly, making it easier to see
      new strings and empty strings that need translating.  All documentation is 
      also now able to be localised and will appear in the current language if 
diff --git a/lang/en/journal.php b/lang/en/journal.php
index 777e64eab1..315775a0d7 100644
--- a/lang/en/journal.php
+++ b/lang/en/journal.php
@@ -11,6 +11,7 @@ $string['blankentry'] = "Blank entry";
 $string['daysavailable'] = "Days available";
 $string['editingends'] = "Editing period ends";
 $string['editingended'] = "Editing period has ended";
+$string['feedbackupdated'] = "Feedback updated for \$a entries";
 $string['journalname'] = "Journal name";
 $string['journalquestion'] = "Journal question";
 $string['journalrating1'] = "Not satisfactory";
@@ -23,6 +24,7 @@ $string['notstarted'] = "You have not started this journal yet";
 $string['noratinggiven'] = "No rating given";
 $string['overallrating'] = "Overall rating";
 $string['rate'] = "Rate";
+$string['saveallfeedback'] = "Save all my feedback";
 $string['startoredit'] = "Start or edit my journal entry";
 $string['viewallentries'] = "View \$a journal entries";
 
-- 
2.39.5