Typo: onwer -> owner
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 9 Feb 2008 01:41:42 +0000 (01:41 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 9 Feb 2008 01:41:42 +0000 (01:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8706 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/create_fund_source.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund.html
Open-ILS/web/oilsweb/oilsweb/templates/oils/default/acq/financial/view_fund_source.html

index b18f9a9..a8ff802 100644 (file)
@@ -15,7 +15,7 @@
                 </td>
             </tr>
             <tr>
-                <td class='oils-admin-label'>${_('Fund Onwer')}</td>
+                <td class='oils-admin-label'>${_('Fund Owner')}</td>
                 <td> 
                     ${widget.org_select(
                         c.oils.acq.fund_org_.cgi_name, 
index caedd47..4a2b5f8 100644 (file)
@@ -15,7 +15,7 @@
                 </td>
             </tr>
             <tr>
-                <td class='oils-admin-label'>${_('Funding Source Onwer')}</td>
+                <td class='oils-admin-label'>${_('Funding Source Owner')}</td>
                 <td> 
                     ${widget.org_select(
                         c.oils.acq.fund_source_owner_.cgi_name, 
index 1b936be..7b93f23 100644 (file)
@@ -10,7 +10,7 @@
             <td>${c.oils.acq.fund.name()}</td>
         </tr>
         <tr>
-            <td class='oils-admin-label'>${_('Fund Onwer')}</td>
+            <td class='oils-admin-label'>${_('Fund Owner')}</td>
             <td>${c.oils.acq.fund.org().name()}</td> 
         </tr>
         <tr>
index 7b6631a..07aa447 100644 (file)
@@ -10,7 +10,7 @@
             <td>${c.oils.acq.fund_source.name()}</td>
         </tr>
         <tr>
-            <td class='oils-admin-label'>${_('Funding Source Onwer')}</td>
+            <td class='oils-admin-label'>${_('Funding Source Owner')}</td>
             <td>${c.oils.acq.fund_source.owner().name()}</td> 
         </tr>
         <tr>