summaryrefslogtreecommitdiff
path: root/lib/noticeform.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-30 20:26:23 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-30 20:26:23 +0100
commit024704e0b70cb29107929cc2cce0ddc6b2d2e42b (patch)
tree6111056acde8b9d679be2b79f1c1421703b56d51 /lib/noticeform.php
parentd46515da4239fcef57615f0155c9bbfce7346330 (diff)
Remove trailing space in checkbox text.
Diffstat (limited to 'lib/noticeform.php')
-rw-r--r--lib/noticeform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php
index d85de9c22..76715c35a 100644
--- a/lib/noticeform.php
+++ b/lib/noticeform.php
@@ -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');
}