Terminology change, more consitent with existing crad editor
authorsenator <lebbeous@esilibrary.com>
Mon, 18 Apr 2011 15:20:28 +0000 (11:20 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:49 +0000 (14:50 -0400)
Open-ILS/web/js/dojo/openils/vandelay/nls/match_set.js
Open-ILS/web/js/ui/default/conify/global/vandelay/match_set.js
Open-ILS/web/templates/default/conify/global/vandelay/match_set_tree.tt2

index 4d92442..7e76613 100644 (file)
@@ -8,5 +8,6 @@
     "OK": "Ok",
     "POINT_NEEDS_ONE": "A match point must be exactly one of the following: boolean operator, MARC tag/subfield pair, single-value-field.",
     "FAULTY_MARC": "A MARC tag must be identified by three digits, and the subfield must be one non-whitespace, non-control character.",
-    "WORKING_MP_HERE": "Choose from among the three buttons above to add a new match point."
+    "WORKING_MP_HERE": "Choose from among the three buttons above to add a new match point.",
+    "SVF": "Record Attribute"
 }
index 0c58528..dfcfc44 100644 (file)
@@ -44,7 +44,7 @@ function NodeEditor() {
             dojo.attr(select, "id", "svf-select");
             var label = dojo.create(
                 "label", {
-                    "for": "svf-select", "innerHTML": "Single-Value-Field:"
+                    "for": "svf-select", "innerHTML": localeStrings.SVF + ":"
                 }
             );
 
index de7c838..4290e0b 100644 (file)
@@ -76,7 +76,7 @@
     </div>
     <div id="vmsp-buttons">
         Add new
-        <button onclick="node_editor.add('svf');">Single-Value-Field</button>
+        <button onclick="node_editor.add('svf');">Record Attribute</button>
         <button onclick="node_editor.add('tag');">MARC Tag and Subfield</button>
         <button onclick="node_editor.add('bool_op');">Boolean Operator</button>
     </div>