[open-ils-commits] r11102 - in trunk/Open-ILS/web: opac/locale/en-US vandelay/inc

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 7 22:54:39 EST 2008


Author: dbs
Date: 2008-11-07 22:54:37 -0500 (Fri, 07 Nov 2008)
New Revision: 11102

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd
   trunk/Open-ILS/web/vandelay/inc/queue.xml
Log:
One more string to i18nize in Vandelay

Modified: trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd	2008-11-08 03:37:46 UTC (rev 11101)
+++ trunk/Open-ILS/web/opac/locale/en-US/vandelay.dtd	2008-11-08 03:54:37 UTC (rev 11102)
@@ -103,4 +103,4 @@
 <!ENTITY vandelay.select_actions "-- Actions --">
 <!ENTITY vandelay.queue.total "Total:">
 <!ENTITY vandelay.queue.imported "Imported:">
-
+<!ENTITY vandelay.queue.column_picker.title "Column Picker">

Modified: trunk/Open-ILS/web/vandelay/inc/queue.xml
===================================================================
--- trunk/Open-ILS/web/vandelay/inc/queue.xml	2008-11-08 03:37:46 UTC (rev 11101)
+++ trunk/Open-ILS/web/vandelay/inc/queue.xml	2008-11-08 03:54:37 UTC (rev 11102)
@@ -35,7 +35,7 @@
 <div id='vl-queue-div-grid' class='tall' dojoType="dijit.layout.ContentPane" layoutAlign='client'>
 
     <!-- column picker dialog -->
-    <div dojoType="dijit.Dialog" jsId='vlQueueGridColumePickerDialog' title="Column Picker">
+    <div dojoType="dijit.Dialog" jsId='vlQueueGridColumePickerDialog' title="&vandelay.queue.column_picker.title;">
         <table class='form_table'>
             <thead>
                 <tr><th width='33%'>&vandelay.column;</th>



More information about the open-ils-commits mailing list