Add missing 's in previous commit.
authorJason Stephenson <jason@sigio.com>
Sat, 7 Jul 2018 13:06:23 +0000 (09:06 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:55 +0000 (19:04 -0400)
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
Open-ILS/src/templates/staff/cat/item/index.tt2
Open-ILS/src/templates/staff/cat/item/t_list.tt2
Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2
Open-ILS/src/templates/staff/circ/holds/t_shelf_list.tt2
Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2

index 6c99c7b..8a4fd35 100644 (file)
@@ -63,7 +63,7 @@
     <eg-grid-action handler="selectedHoldingsDamaged" group="[% l('Mark') %]"
       label="[% l('Item as Damaged') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsDiscard" group="[% l('Mark') %]"
-      label="[% l('Item as Discard/Weed) %]"></eg-grid-action>
+      label="[% l('Item as Discard/Weed') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsMissing" group="[% l('Mark') %]"
       label="[% l('Item as Missing') %]"></eg-grid-action>
     <eg-grid-action handler="markFromSelectedAsHoldingsTarget" group="[% l('Mark') %]"
index cf84299..589fcc0 100644 (file)
@@ -50,7 +50,7 @@
     <eg-grid-action handler="grid_actions.mark_damaged_wide" group="[% l('Item') %]"
       label="[% l('Mark Item Damaged') %]"></eg-grid-action>
     <eg-grid-action handler="grid_actions.mark_discard_wide" group="[% l('Item') %]"
-      label="[% l('Mark Item Discard/Weed) %]"></eg-grid-action>
+      label="[% l('Mark Item Discard/Weed') %]"></eg-grid-action>
     <eg-grid-action handler="grid_actions.mark_missing_wide" group="[% l('Item') %]"
       label="[% l('Mark Item Missing') %]"></eg-grid-action>
     <eg-grid-action handler="grid_actions.retarget_wide" group="[% l('Hold') %]"
index 3ed897a..ba54940 100644 (file)
@@ -92,7 +92,7 @@
 
         <p><b>[% l('Mark') %]</b></p>    
         <li><a href ng-click="selectedHoldingsDamaged()">[% l('Item as Damaged') %]</a></li>
-        <li><a href ng-click="selectedHoldingsDiscard()">[% l('Item as Discard/Weed) %]</a></li>
+        <li><a href ng-click="selectedHoldingsDiscard()">[% l('Item as Discard/Weed') %]</a></li>
         <li><a href ng-click="selectedHoldingsMissing()">[% l('Item as Missing') %]</a></li>
     
         <p><b>[% l('Add') %]</b></p>    
index 0618bf2..a2fb5db 100644 (file)
@@ -44,7 +44,7 @@
   <eg-grid-action handler="selectedHoldingsDamaged" group="[% l('Mark') %]"
     label="[% l('Item as Damaged') %]"></eg-grid-action>
   <eg-grid-action handler="selectedHoldingsDiscard" group="[% l('Mark') %]"
-    label="[% l('Item as Discard/Weed) %]"></eg-grid-action>
+    label="[% l('Item as Discard/Weed') %]"></eg-grid-action>
   <eg-grid-action handler="selectedHoldingsMissing" group="[% l('Mark') %]"
     label="[% l('Item as Missing') %]"></eg-grid-action>
     
index e038fa8..2348f99 100644 (file)
@@ -46,7 +46,7 @@
   <eg-grid-action handler="grid_actions.mark_damaged"
     label="[% l('Mark Item Damaged') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_discard"
-    label="[% l('Mark Item Discard/Weed) %]"></eg-grid-action>
+    label="[% l('Mark Item Discard/Weed') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_missing"
     label="[% l('Mark Item Missing') %]"></eg-grid-action>
   <eg-grid-action divider="true"></eg-grid-action>
index 4b2d4e4..c385a6f 100644 (file)
@@ -49,7 +49,7 @@
   <eg-grid-action handler="grid_actions.mark_damaged_wide"
     label="[% l('Mark Item Damaged') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_discard_wide"
-    label="[% l('Mark Item Discard/Weed) %]"></eg-grid-action>
+    label="[% l('Mark Item Discard/Weed') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_missing_wide"
     label="[% l('Mark Item Missing') %]"></eg-grid-action>
   <eg-grid-action divider="true"></eg-grid-action>
index 5d1d998..10cd674 100644 (file)
@@ -36,7 +36,7 @@
   <eg-grid-action handler="grid_actions.mark_damaged"
     label="[% l('Mark Item Damaged') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_discard"
-    label="[% l('Mark Item Discard/Weed) %]"></eg-grid-action>
+    label="[% l('Mark Item Discard/Weed') %]"></eg-grid-action>
   <eg-grid-action handler="grid_actions.mark_missing"
     label="[% l('Mark Item Missing') %]"></eg-grid-action>
   <eg-grid-action divider="true"></eg-grid-action>