[rt-devel] [PATCH] s/Response|Correspondence/Reply/ 3.0.9

Tammy Dugan tdugan at progeny.com
Thu Feb 19 14:14:14 EST 2004


Attached is the patch applied to 3.0.9.

The fact that RT uses three different words to indicate "Reply" was 
confusing to some of us. This patch makes the interface more consistent.

* Consistently use "Reply" instead of: Reply/Response/Correspondence


-------------- next part --------------
Index: misc/rt-enhancements/branches/3-0-9/html/Ticket/ModifyAll.html
===================================================================
--- misc/rt-enhancements/branches/3-0-9/html/Ticket/ModifyAll.html	(revision 14770)
+++ misc/rt-enhancements/branches/3-0-9/html/Ticket/ModifyAll.html	(revision 14771)
@@ -69,7 +69,7 @@
         <option value="private" ><&|/l&>Comments (Not sent to requestors)</&></option>
 % }
 % if ($CanRespond) {
-        <option value="response"><&|/l&>Response to requestors</&></option>
+        <option value="response"><&|/l&>Reply to requestors</&></option>
 % }
       </select> 
     </td>
Index: misc/rt-enhancements/branches/3-0-9/html/Ticket/Update.html
===================================================================
--- misc/rt-enhancements/branches/3-0-9/html/Ticket/Update.html	(revision 14770)
+++ misc/rt-enhancements/branches/3-0-9/html/Ticket/Update.html	(revision 14771)
@@ -68,7 +68,7 @@
   <option value="private" <%$CommentDefault%>><&|/l&>Comments (Not sent to requestors)</&></option>
 % }
 % if ($CanRespond) {
-   <option value="response" <%$ResponseDefault%>><&|/l&>Response to requestors</&></option>
+   <option value="response" <%$ResponseDefault%>><&|/l&>Reply to requestors</&></option>
 % }
 </select> 
 </td></tr>
Index: misc/rt-enhancements/branches/3-0-9/html/Search/Bulk.html
===================================================================
--- misc/rt-enhancements/branches/3-0-9/html/Search/Bulk.html	(revision 14770)
+++ misc/rt-enhancements/branches/3-0-9/html/Search/Bulk.html	(revision 14771)
@@ -129,7 +129,7 @@
 <tr><td align=right><&|/l&>Update Type</&>:</td>
 <td><select name="UpdateType">
   <option value="private" ><&|/l&>Comments (not sent to requestors)</&></option>
-<option value="response" ><&|/l&>Response to requestors</&></option>
+<option value="response" ><&|/l&>Reply to requestors</&></option>
 </select> 
 </td></tr>
 <tr><td align=right><&|/l&>Subject</&>:</td><td> <input name="UpdateSubject" size=60 value=""></td></tr>
Index: misc/rt-enhancements/branches/3-0-9/html/Admin/Queues/Modify.html
===================================================================
--- misc/rt-enhancements/branches/3-0-9/html/Admin/Queues/Modify.html	(revision 14770)
+++ misc/rt-enhancements/branches/3-0-9/html/Admin/Queues/Modify.html	(revision 14771)
@@ -47,7 +47,7 @@
 <&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<% ($Create) ? "" : $QueueObj->Description %>" size=60></TD></TR>
 <TR>
 <TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
 </TD><TD>
 <INPUT name="CorrespondAddress" value="<% ($Create) ? "" : $QueueObj->CorrespondAddress %>">
 <BR><font size="-1"><i><&|/l , $RT::CorrespondAddress&>(If left blank, will default to [_1]</&></i></font>
Index: misc/rt-enhancements/branches/3-0-9/html/Admin/Elements/ModifyQueue
===================================================================
--- misc/rt-enhancements/branches/3-0-9/html/Admin/Elements/ModifyQueue	(revision 14770)
+++ misc/rt-enhancements/branches/3-0-9/html/Admin/Elements/ModifyQueue	(revision 14771)
@@ -35,7 +35,7 @@
 <&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<%$QueueObj->Description%>" size=60></TD></TR>
 <TR>
 <TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
 </TD><TD>
 <INPUT name="CorrespondAddress" value="<%$QueueObj->CorrespondAddress%>">
 </TD>


More information about the Rt-devel mailing list