Skip to content

Commit

Permalink
Add help page for optional content on blog postings, some gramma
Browse files Browse the repository at this point in the history
  • Loading branch information
olafgleba committed Jun 25, 2012
1 parent 195b0f3 commit d73d0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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('Optional Content 1'))
array('label' => gettext('Content 1'))
);

// textarea for optional content 2
Expand Down
@@ -1 +1 @@
<p class="helpTextarea540">{i18n 'Optional summary of your blog posting for usage in newsfeeds. Can be used if you don't like to publish full posts or your original text through the newsfeeds.'}</p>
<p class="helpTextarea540">{i18n 'Optional summary of your blog posting for usage in newsfeeds. Can be used if you don\'t like to publish full posts or your original text through the newsfeeds.'}</p>

0 comments on commit d73d0a3

Please sign in to comment.