From: Sarven Capadisli Date: Mon, 11 Jan 2010 15:33:46 +0000 (+0100) Subject: Removed period X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7b768b4c853693c997b5b47c1fa83c22ecdffdf;p=quix0rs-gnu-social.git Removed period --- diff --git a/lib/noticeform.php b/lib/noticeform.php index 5545d03ae9..02e35a8d79 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -209,9 +209,9 @@ class NoticeForm extends Form $this->out->elementStart('div', array('id' => 'notice_data-geo_wrap', 'title' => common_local_url('geocode'))); - $this->out->checkbox('notice_data-geo', _('Share my location.'), true); + $this->out->checkbox('notice_data-geo', _('Share my location'), true); $this->out->elementEnd('div'); - $this->out->inlineScript(' var NoticeDataGeoShareDisable_text = "'._('Do not share my location.').'";'. + $this->out->inlineScript(' var NoticeDataGeoShareDisable_text = "'._('Do not share my location').'";'. ' var NoticeDataGeoInfoMinimize_text = "'._('Hide this info').'";'); }