X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fsitenoticeadminpanel.php;h=b1ac441af7f74e75c76c060360e23f181e37d7a4;hb=9d0ccbff01c1d861d152e30feeb2094f5a2742b4;hp=797a6c4f4cfdeb1649c360e96c3cb580432aab7b;hpb=23f69c80b5c6a8730fc6ff3b9f3cec71840de03b;p=quix0rs-gnu-social.git diff --git a/actions/sitenoticeadminpanel.php b/actions/sitenoticeadminpanel.php index 797a6c4f4c..b1ac441af7 100644 --- a/actions/sitenoticeadminpanel.php +++ b/actions/sitenoticeadminpanel.php @@ -98,7 +98,7 @@ class SitenoticeadminpanelAction extends AdminPanelAction if (!$result) { // TRANS: Server error displayed when saving a site-wide notice was impossible. - $this->ServerError(_("Unable to save site notice.")); + $this->ServerError(_('Unable to save site notice.')); } } @@ -198,7 +198,7 @@ class SiteNoticeAdminPanelForm extends AdminForm 'submit', null, // TRANS: Title for button to save site notice in admin panel. - _('Save site notice') + _('Save site notice.') ); } }