diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-11 16:33:46 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-11 16:33:46 +0100 |
commit | c7b768b4c853693c997b5b47c1fa83c22ecdffdf (patch) | |
tree | 8c95710348eadb248e05c96bc54c8f1097e5d68c /lib | |
parent | aaea2b1a967fdc884f9ba6627906f847332e0184 (diff) |
Removed period
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 5545d03ae..02e35a8d7 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').'";'); } |