projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ede6e
)
Add missing ts
author
Coleman Watts
<coleman@civicrm.org>
Fri, 10 Oct 2014 14:45:46 +0000
(10:45 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 10 Oct 2014 14:45:46 +0000
(10:45 -0400)
CRM/Custom/Form/Field.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Custom/Form/Field.php
b/CRM/Custom/Form/Field.php
index 6c95748674112b73e9afe9656f7c516139cf8302..f15bf18cf4794d9413f0c754c9c24387654f37bd 100644
(file)
--- a/
CRM/Custom/Form/Field.php
+++ b/
CRM/Custom/Form/Field.php
@@
-150,7
+150,7
@@
class CRM_Custom_Form_Field extends CRM_Core_Form {
array('Text' => ts('Text'), 'Select' => ts('Select'),
'Radio' => ts('Radio'),
),
- array('TextArea' => ts('TextArea'), 'RichTextEditor' =>
'RichTextEditor'
),
+ array('TextArea' => ts('TextArea'), 'RichTextEditor' =>
ts('RichTextEditor')
),
array('Date' => ts('Select Date')),
array('Radio' => ts('Radio')),
array('StateProvince' => ts('Select State/Province'), 'Multi-Select' => ts('Multi-Select State/Province')),