Author: sevein
Date: Mon Oct 18 11:16:55 2010
New Revision: 8235

Log:
Remove double space.

Modified:
   
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php
==============================================================================
--- 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php 
    Mon Oct 18 11:16:31 2010        (r8234)
+++ 
trunk/apps/qubit/modules/informationobject/actions/eventFormComponent.class.php 
    Mon Oct 18 11:16:55 2010        (r8235)
@@ -130,12 +130,12 @@
     $this->form->setValidator('actor', new sfValidatorString);
     $this->form->setWidget('actor', new sfWidgetFormSelect(array('choices' => 
array())));
 
-    
$this->form->getWidgetSchema()->actor->setHelp($this->context->i18n->__('Use 
the actor name field to link an authority record to this description.  Search 
for an existing name in the authority records by typing the first few 
characters of the name.  Alternatively, type a new name to create and link to a 
new authority record.'));
+    
$this->form->getWidgetSchema()->actor->setHelp($this->context->i18n->__('Use 
the actor name field to link an authority record to this description. Search 
for an existing name in the authority records by typing the first few 
characters of the name. Alternatively, type a new name to create and link to a 
new authority record.'));
 
     $this->form->setValidator('dateDisplay', new sfValidatorString);
     $this->form->setWidget('dateDisplay', new sfWidgetFormInput);
 
-    
$this->form->getWidgetSchema()->dateDisplay->setHelp($this->context->i18n->__('Enter
 free-text information, including qualifiers or typographical symbols to 
express uncertainty, to change the way the date displays.  If this field is not 
used, the default will be the start and end years only.'));
+    
$this->form->getWidgetSchema()->dateDisplay->setHelp($this->context->i18n->__('Enter
 free-text information, including qualifiers or typographical symbols to 
express uncertainty, to change the way the date displays. If this field is not 
used, the default will be the start and end years only.'));
 
     $this->form->setValidator('description', new sfValidatorString);
     $this->form->setWidget('description', new sfWidgetFormInput);
@@ -143,17 +143,17 @@
     $this->form->setValidator('endDate', new sfValidatorString);
     $this->form->setWidget('endDate', new sfWidgetFormInput);
 
-    
$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.'));
+    
$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.'));
 
     $this->form->setValidator('place', new sfValidatorString);
     $this->form->setWidget('place', new sfWidgetFormSelect(array('choices' => 
array())));
 
-    
$this->form->getWidgetSchema()->place->setHelp($this->context->i18n->__('Search 
for an existing term in the places taxonomy by typing the first few characters 
of the term name.  Alternatively, type a new term to create and link to a new 
place term.'));
+    
$this->form->getWidgetSchema()->place->setHelp($this->context->i18n->__('Search 
for an existing term in the places taxonomy by typing the first few characters 
of the term name. Alternatively, type a new term to create and link to a new 
place term.'));
 
     $this->form->setValidator('startDate', new sfValidatorString);
     $this->form->setWidget('startDate', new sfWidgetFormInput);
 
-    
$this->form->getWidgetSchema()->startDate->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.'));
 
     // Event types, Dublin Core is restricted
     $eventTypes = QubitTerm::getEventTypes();

-- 
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