LP#1616882: mark string as translateable
authorGalen Charlton <gmc@esilibrary.com>
Thu, 25 Aug 2016 15:05:25 +0000 (11:05 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 25 Aug 2016 15:25:07 +0000 (11:25 -0400)
This patch makes the "Branch relationship" string in TPAC
available to be translated.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/opac/parts/library/core_info.tt2

index 1398f70..a47d68f 100644 (file)
@@ -45,7 +45,7 @@
     [%- END; %]
 
     [%- IF ctx.library.parent_ou; %]
-    <h2>Branch relationship</h2>
+    <h2>[% l('Branch relationship') %]</h2>
     <div id="branch-info">[% l('Parent library: ') %]
         <a property="branchOf" href="[% mkurl(opac_root _ '/library/' _ ctx.parent.shortname, {}, 1) %]">[% ctx.parent.name | html %]</a>
     </div>