[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.6-244-gf3deaea
Shawn Moore
sartak at bestpractical.com
Wed Dec 1 14:35:19 EST 2010
The branch, 3.9-trunk has been updated
via f3deaeab47a7586fe9d35caf4159f1f1efde037c (commit)
from 7c3ff7871553b4a76292cd5bb38c2b556cd37fb8 (commit)
Summary of changes:
share/html/Search/Bulk.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f3deaeab47a7586fe9d35caf4159f1f1efde037c
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Dec 1 14:35:02 2010 -0500
Trivial fix to be more consistent for localization
diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index a7e722b..282e1d1 100755
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -126,7 +126,7 @@
<table>
<tr><td align="right"><&|/l&>Update Type</&>:</td>
<td><select name="UpdateType">
- <option value="private" <% $ARGS{UpdateType} && $ARGS{UpdateType} eq 'private' ? 'selected="selected"' : '' %> ><&|/l&>Comments (not sent to requestors)</&></option>
+ <option value="private" <% $ARGS{UpdateType} && $ARGS{UpdateType} eq 'private' ? 'selected="selected"' : '' %> ><&|/l&>Comments (Not sent to requestors)</&></option>
<option value="response" <% $ARGS{UpdateType} && $ARGS{UpdateType} eq 'response' ? 'selected="selected"' : '' %>><&|/l&>Reply to requestors</&></option>
</select>
</td></tr>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list