Skip to content

Commit

Permalink
Some Label mod
Browse files Browse the repository at this point in the history
  • Loading branch information
olafgleba committed Jun 25, 2012
1 parent d7f5e50 commit e419926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcompose/admin/content/pages_blogs_postings_edit.php
Expand Up @@ -406,7 +406,7 @@
// textarea for optional content 1
$optional_content_1 = $FORM->addElement('textarea', 'optional_content_1',
array('id' => 'blog_posting_optional_content_1', 'cols' => 3, 'rows' => '2', 'class' => 'w540h50'),
array('label' => gettext('Content 1'))
array('label' => gettext('Optional Content 1'))
);

// textarea for optional content 2
Expand Down

0 comments on commit e419926

Please sign in to comment.