yet more terminology tweaks
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 May 2018 21:23:24 +0000 (17:23 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 May 2018 21:23:24 +0000 (17:23 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/parts/result/table.tt2

index 9e9d701..269545c 100644 (file)
@@ -485,15 +485,15 @@ END;
                                                             %]
                                                             <a href="[% addhref %]" id="mylist_add_[% rec.id %]"
                                                                 [% IF ctx.mylist.grep(rec.id).size %] class="hidden" [% END %]
-                                                                title="[% l("Add [_1] to my list", attrs.title) %] rel="nofollow" vocab="">
+                                                                title="[% l("Add [_1] to cart", attrs.title) %] rel="nofollow" vocab="">
                                                                 <img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="" />
-                                                                [% l("Add to my list") %]
+                                                                [% l("Add to cart") %]
                                                             </a>
                                                             <a href="[% delhref %]" id="mylist_delete_[% rec.id %]"
                                                                 [% IF !ctx.mylist.grep(rec.id).size %] class="hidden" [% END %]
-                                                                title="[% l("Remove [_1] from my list", attrs.title) %] rel="nofollow" vocab="">
+                                                                title="[% l("Remove [_1] from cart", attrs.title) %] rel="nofollow" vocab="">
                                                                 <img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="" />
-                                                                [% l("Remove from my list") %]
+                                                                [% l("Remove from cart") %]
                                                             </a>
                                                             [% END %]
                                                         [% END %]