projects
/
com.zyxware.civiwci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa029e4
)
#29750 progressbar self review
author
Jagadedes
<jagadees.pillai@zyxware.com>
Wed, 24 Sep 2014 03:28:52 +0000
(08:58 +0530)
committer
Jagadedes
<jagadees.pillai@zyxware.com>
Wed, 24 Sep 2014 03:28:52 +0000
(08:58 +0530)
CRM/Wci/Form/ProgressBar.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Wci/Form/ProgressBar.php
b/CRM/Wci/Form/ProgressBar.php
index 20179d5689f87d228a811c295ea445294b593ca8..e812cd41f68ef559fa25d890e28711354ea59ce8 100644
(file)
--- a/
CRM/Wci/Form/ProgressBar.php
+++ b/
CRM/Wci/Form/ProgressBar.php
@@
-43,7
+43,7
@@
class CRM_Wci_Form_ProgressBar extends CRM_Core_Form {
$this->add(
'text', // field type
'percentage_1', // field name
- '
p
ercentage', // field label
+ '
P
ercentage', // field label
true // is required
);