From 0183742eebba47a9e83c57ab66fcc5ee98e2ec07 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 5 Apr 2006 13:48:01 +0000 Subject: [PATCH] bug #2569. 'Open dialogues' and 'Closed dialogues' now have their own strings rather than contatenating existing ones. --- lang/en_utf8/dialogue.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/dialogue.php b/lang/en_utf8/dialogue.php index 83301b60fa5..cb0dcdbae66 100644 --- a/lang/en_utf8/dialogue.php +++ b/lang/en_utf8/dialogue.php @@ -9,6 +9,7 @@ $string['allowmultiple'] = 'Allow more than one Dialogue with the same person'; $string['allowstudentdialogues'] = 'Allow Student-to-Student Dialogues'; $string['close'] = 'Close'; $string['closed'] = 'Closed'; +$string['closeddialogues'] = 'Closed Dialogues'; $string['confirmclosure'] = 'You are about to close a dialogue with $a. Closed dialogues cannot be reopened. If you close this dialogue you can view it but not add to it, and you will have to start another dialogue to contnue "talking" this person.

Are you sure you want to close this dialogue?'; $string['deleteafter'] = 'Delete Closed Dialogues after (Days)'; $string['dialogueclosed'] = 'Dialogue Closed'; @@ -57,6 +58,7 @@ $string['onyouwrote'] = 'On $a you wrote'; $string['open'] = 'Open'; $string['openadialoguewith'] = 'Open a Dialogue with'; $string['opendialogue'] = 'Open Dialogue'; +$string['opendialogues'] = 'Open Dialogues'; $string['opendialogueentries'] = 'Open dialogue entries'; $string['pane0'] = 'Open a Dialogue'; $string['pane1'] = '$a Dialogues awaiting Replies from you';