]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove trailing space in checkbox text.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 30 Dec 2009 19:26:23 +0000 (20:26 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 30 Dec 2009 19:26:23 +0000 (20:26 +0100)
lib/noticeform.php

index d85de9c22ed8cd5bffa304ae0e5a7abe0742c97e..76715c35a4bc6efbdfa71a177b15bd770eb9d0f8 100644 (file)
@@ -222,7 +222,7 @@ class NoticeForm extends Form
                                            'value' => _('Send')));
         if($this->user->shareLocation()) {
             $this->out->elementStart('div',array('id' => 'notice_data-location_enabled_container', 'data-geocode-url' => common_local_url('geocode')));
-            $this->out->checkbox('notice_data-location_enabled',_('Share your location '));
+            $this->out->checkbox('notice_data-location_enabled',_('Share your location'));
             $this->out->element('a', array('style' => 'display: none', 'target' => '_blank', 'id' => 'notice_data-location_name'), _('Finding your location...'));
             $this->out->elementEnd('div');
         }