diff options
author | Evan Prodromou <evan@status.net> | 2010-01-11 15:12:13 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-11 15:12:13 -0800 |
commit | 57ac912519d861c7764af4eabbc8e07b10e0b6e7 (patch) | |
tree | 835f82d02c687cc3e303f836a859e0f1e5d0db3c /lib | |
parent | 6ef70bf5d9f89cc9bbc6cce3e26fe25ab641567d (diff) | |
parent | f397d355276c57941617049808ff59a5f2538beb (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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').'";'); } |