Mailing List Archive

[svn] r577 - in rt/branches/rt-3.1: . html/Admin/Elements html/Admin/Queues html/Search html/Ticket
Author: jesse
Date: Mon Mar 15 13:29:09 2004
New Revision: 577

Modified:
rt/branches/rt-3.1/ (props changed)
rt/branches/rt-3.1/html/Admin/Elements/ModifyQueue
rt/branches/rt-3.1/html/Admin/Queues/Modify.html
rt/branches/rt-3.1/html/Search/Bulk.html
rt/branches/rt-3.1/html/Ticket/ModifyAll.html
rt/branches/rt-3.1/html/Ticket/Update.html
Log:
RT-Ticket: 5264
RT-Status: resolved

Change 'correspond' to 'reply'


Modified: rt/branches/rt-3.1/html/Admin/Elements/ModifyQueue
==============================================================================
--- rt/branches/rt-3.1/html/Admin/Elements/ModifyQueue (original)
+++ rt/branches/rt-3.1/html/Admin/Elements/ModifyQueue Mon Mar 15 13:29:09 2004
@@ -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>

Modified: rt/branches/rt-3.1/html/Admin/Queues/Modify.html
==============================================================================
--- rt/branches/rt-3.1/html/Admin/Queues/Modify.html (original)
+++ rt/branches/rt-3.1/html/Admin/Queues/Modify.html Mon Mar 15 13:29:09 2004
@@ -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>

Modified: rt/branches/rt-3.1/html/Search/Bulk.html
==============================================================================
--- rt/branches/rt-3.1/html/Search/Bulk.html (original)
+++ rt/branches/rt-3.1/html/Search/Bulk.html Mon Mar 15 13:29:09 2004
@@ -127,7 +127,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>

Modified: rt/branches/rt-3.1/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/ModifyAll.html (original)
+++ rt/branches/rt-3.1/html/Ticket/ModifyAll.html Mon Mar 15 13:29:09 2004
@@ -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>

Modified: rt/branches/rt-3.1/html/Ticket/Update.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Update.html (original)
+++ rt/branches/rt-3.1/html/Ticket/Update.html Mon Mar 15 13:29:09 2004
@@ -46,7 +46,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>
_______________________________________________
Rt-commit mailing list
Rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/mailman/listinfo/rt-commit