Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19853/conf
Modified Files:
help.php
Log Message:
Changes for RFE #862993 and consolidated delete templates
Index: help.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** help.php 23 Mar 2004 03:57:46 -0000 1.8
--- help.php 29 Mar 2004 04:06:47 -0000 1.9
***************
*** 29,31 ****
--- 29,34 ----
$suspend_monitors_content = "Checking this will suspend the sending of emails that would notify you when someone has replied to a thread that you are monitoring. This is useful if you are going on vacation, for example.";
+ $remove_all_monitors = "Remove All Monitors";
+ $remove_all_monitors_content = "This will clear all monitors so you will no longer be monitoring any threads.";
+
?>
|