ImportRowModifierForm: superfluous whitespace

This commit is contained in:
Thomas Gelf 2016-08-23 14:23:18 +00:00
parent 6f5feda5e0
commit 204972eb7e

View File

@ -28,7 +28,7 @@ class ImportRowModifierForm extends DirectorObjectForm
$this->addElement('text', 'target_property', array(
'label' => $this->translate('Target property'),
'description' => $this->translate(
'You might want to write the modified value to another (new) property.'
'You might want to write the modified value to another (new) property.'
. ' This property name can be defined here, the original property would'
. ' remain unmodified. Please leave this blank in case you just want to'
. ' modify the value of a specific property'