TPAC: Localize the "move to bookbag" string
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 19:24:50 +0000 (15:24 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Oct 2011 19:25:35 +0000 (15:25 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/anon_list.tt2

index 3afa99e..4a96558 100644 (file)
@@ -32,7 +32,7 @@
                                 <option value="place_hold">[% l('Place hold') %]</option>
                                 <option value="delete">[% l('Remove from list') %]</option>
                                 [% IF ctx.user AND ctx.bookbags.size %]
-                                <optgroup label="Move selected items to">
+                                <optgroup label="[% l('Move selected items to bookbag:') %]">
                                     [% FOR bbag IN ctx.bookbags %]]
                                     <option value="[% bbag.id %]" class="selector_actions_for_list_inner_option">[% bbag.name | html %]</option>
                                     [% END %]