[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-943-g07865b8

Shawn Moore sartak at bestpractical.com
Fri Dec 17 20:18:05 EST 2010


The branch, 3.9-trunk has been updated
       via  07865b8a258f3ec3b0ce9b04a9fb648a2da0648b (commit)
      from  be2c908e457b44cfd760907c94d55ff7fea7efbe (commit)

Summary of changes:
 share/html/Articles/Elements/BeforeMessageBox |    2 +-
 share/html/SelfService/Article/Display.html   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 07865b8a258f3ec3b0ce9b04a9fb648a2da0648b
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Fri Dec 17 20:17:33 2010 -0500

    Fix some loc issues from RTFM

diff --git a/share/html/Articles/Elements/BeforeMessageBox b/share/html/Articles/Elements/BeforeMessageBox
index 213ad9d..93c463c 100644
--- a/share/html/Articles/Elements/BeforeMessageBox
+++ b/share/html/Articles/Elements/BeforeMessageBox
@@ -93,7 +93,7 @@
 % if ( @$topics ) {
 <tr>
 <td>
-<&|/l, $QueueObj->Name &>Choose from Topics for [_1] </&>
+<&|/l, $QueueObj->Name &>Choose from Topics for [_1]</&>
 </td>
 <td>
 <select name="<% $name_prefix %>Articles-Include-Topic" onchange="this.form.submit()">
diff --git a/share/html/SelfService/Article/Display.html b/share/html/SelfService/Article/Display.html
index b37311a..5655ca1 100644
--- a/share/html/SelfService/Article/Display.html
+++ b/share/html/SelfService/Article/Display.html
@@ -44,7 +44,7 @@
 %# works based on those contributions, and sublicense and distribute
 %# those contributions and any derivatives thereof.
 %#%# END BPS TAGGED BLOCK }}}
-<& /SelfService/Elements/Header, Title => loc('Display Article ' . $ARGS{id} ) &>
+<& /SelfService/Elements/Header, Title => loc('Display Article [_1]', $id) &>
 <span class="label"><%$article->Name || loc("(no name)")%></span><br />
 <em><span class="value"><%$article->Summary%></span></em>
 <& /Elements/ShowCustomFields, Object => $article &>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list