[Rt-commit] rt branch, 4.0/loc-cleanups, updated. rt-4.0.1rc1-10-g605456c
Shawn Moore
sartak at bestpractical.com
Mon May 23 18:15:09 EDT 2011
The branch, 4.0/loc-cleanups has been updated
via 605456cf9b2ae6c2a11452d792e2d0b501d676b7 (commit)
from a86764ed3da14ee3d288b13335c6295bafbfa165 (commit)
Summary of changes:
share/html/Admin/CustomFields/Modify.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 605456cf9b2ae6c2a11452d792e2d0b501d676b7
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon May 23 18:13:32 2011 -0400
Factor out some <tt>VARIABLE</tt>s from loc strings
I also took this opportunity to improve the text of the loc string
a little, since it's changing to accomodate the interpolation anyway.
diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index e77a5ec..c0bc5c5 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -105,7 +105,7 @@
<div class="hints">
<&|/l&>RT can make this custom field's values into hyperlinks to another service.</&>
<&|/l&>Fill in this field with a URL.</&>
-<&|/l&>RT will replace <tt>__id__</tt> and <tt>__CustomField__</tt> with the record id and custom field value, respectively</&>
+<&|/l, '<tt>__id__</tt>', '<tt>__CustomField__</tt>' &>RT will replace [_1] and [_2] with the record's id and the custom field's value, respectively.</&>
</div></td></tr>
<tr><td class="label"><&|/l&>Include page</&></td><td>
@@ -113,7 +113,7 @@
<div class="hints">
<&|/l&>RT can include content from another web service when showing this custom field.</&>
<&|/l&>Fill in this field with a URL.</&>
-<&|/l&>RT will replace <tt>__id__</tt> and <tt>__CustomField__</tt> with the record id and custom field value, respectively</&>
+<&|/l, '<tt>__id__</tt>', '<tt>__CustomField__</tt>' &>RT will replace [_1] and [_2] with the record's id and the custom field's value, respectively.</&>
<i><&|/l&>Some browsers may only load content from the same domain as your RT server.</&></i>
</div></td></tr>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list