Author: david
Date: Wed Oct 20 15:31:24 2010
New Revision: 8336

Log:
Fix typos.

Modified:
   trunk/apps/qubit/modules/relation/actions/editComponent.class.php

Modified: trunk/apps/qubit/modules/relation/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/relation/actions/editComponent.class.php   Wed Oct 
20 14:34:17 2010        (r8335)
+++ trunk/apps/qubit/modules/relation/actions/editComponent.class.php   Wed Oct 
20 15:31:24 2010        (r8336)
@@ -27,7 +27,7 @@
         $this->form->setValidator($name, new sfValidatorString);
         $this->form->setWidget($name, new sfWidgetFormInput);
 
-        
$this->form->getWidgetSchema()->description->setHelp($this->context->i18n->__('"Record,
 when relevant, the start and the end date of the relationship." (ISDF 6.3) 
Enter the date as you would like it to appear in the show page for the 
function, using qualifiers and/or typographical symbols to express uncertainty 
if desired.'));
+        
$this->form->getWidgetSchema()->dateDisplay->setHelp($this->context->i18n->__('"Record,
 when relevant, the start and the end date of the relationship." (ISDF 6.3) 
Enter the date as you would like it to appear in the show page for the 
function, using qualifiers and/or typographical symbols to express uncertainty 
if desired.'));
 
         break;
 
@@ -35,7 +35,7 @@
         $this->form->setValidator($name, new sfValidatorString);
         $this->form->setWidget($name, new sfWidgetFormInput);
 
-        
$this->form->getWidgetSchema()->description->setHelp($this->context->i18n->__('Enter
 the end year. Do not use any qualifiers or typographical symbols to express 
uncertainty. If the start and end years are the same, enter data only in the 
"Date" field and leave the "End date" blank.'));
+        
$this->form->getWidgetSchema()->endDate->setHelp($this->context->i18n->__('Enter
 the end year. Do not use any qualifiers or typographical symbols to express 
uncertainty. If the start and end years are the same, enter data only in the 
"Date" field and leave the "End date" blank.'));
 
         break;
 
@@ -43,7 +43,7 @@
         $this->form->setValidator($name, new sfValidatorString);
         $this->form->setWidget($name, new sfWidgetFormInput);
 
-        
$this->form->getWidgetSchema()->description->setHelp($this->context->i18n->__('Enter
 the start year. Do not use any qualifiers or typographical symbols to express 
uncertainty.'));
+        
$this->form->getWidgetSchema()->startDate->setHelp($this->context->i18n->__('Enter
 the start year. Do not use any qualifiers or typographical symbols to express 
uncertainty.'));
 
         break;
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to