X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FBlog%2Fblogentryform.php;h=2da2a1397e1d7c7d18b2507000b242ed132edcae;hb=1b7d1d9a4a41fe68f2ee2c31721a7e99da5a8cc6;hp=b21e76a7e8e53cff1fe8fd4b572fa758f235e4f3;hpb=01996b1a460693227ef263d44477bc12d297a70a;p=quix0rs-gnu-social.git diff --git a/plugins/Blog/blogentryform.php b/plugins/Blog/blogentryform.php index b21e76a7e8..2da2a1397e 100644 --- a/plugins/Blog/blogentryform.php +++ b/plugins/Blog/blogentryform.php @@ -44,7 +44,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class BlogEntryForm extends Form { /** @@ -96,13 +95,13 @@ class BlogEntryForm extends Form _m('Title of the blog entry.'), 'title'); $this->unli(); - + $this->li(); $this->out->textarea('blog-entry-content', - // TRANS: Field label on event form. + // TRANS: Field label on blog entry form. _m('LABEL','Text'), null, - // TRANS: Field title on event form. + // TRANS: Field title on blog entry form. _m('Text of the blog entry.'), 'content'); $this->unli(); @@ -124,8 +123,8 @@ class BlogEntryForm extends Form */ function formActions() { - // TRANS: Button text to save an event.. $this->out->submit('blog-entry-submit', + // TRANS: Button text to save a blog entry. _m('BUTTON', 'Save'), 'submit', 'submit');