diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-22 04:35:22 +0000 |
commit | 03117fe3e84cfb7badb1f975ec15b8a97d575fd7 (patch) | |
tree | 1b61f4c8365651a4c2760afa4ae15caec5087ce9 /lib/groupeditform.php | |
parent | 570a7c64b1a3653a801e95b7e9834bede6ce5b9e (diff) |
Cleanup.. some for IE and other for cascading
Diffstat (limited to 'lib/groupeditform.php')
-rw-r--r-- | lib/groupeditform.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/groupeditform.php b/lib/groupeditform.php index 14205d250..fe53918d1 100644 --- a/lib/groupeditform.php +++ b/lib/groupeditform.php @@ -147,7 +147,7 @@ class GroupEditForm extends Form _('URL of the homepage or blog of the group or topic')); $this->out->elementEnd('li'); $this->out->elementStart('li'); - $this->out->textarea('description', _('description'), + $this->out->textarea('description', _('Description'), ($this->out->arg('description')) ? $this->out->arg('description') : $this->group->description, _('Describe the group or topic in 140 chars')); $this->out->elementEnd('li'); |