]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
* L10n updates: consistent puctuation
[quix0rs-gnu-social.git] / lib / noticeform.php
index f0b704e876747e751f17a0a0fc5e00c35299766a..5545d03ae98e5355daa2740e1e74850715f1fd6a 100644 (file)
@@ -209,7 +209,7 @@ 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.').'";'.
                 ' var NoticeDataGeoInfoMinimize_text = "'._('Hide this info').'";');