summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-14 01:48:57 +0000
committerSarven Capadisli <csarven@status.net>2010-01-14 01:48:57 +0000
commitacc48289e5f87e879e6a1182b43e405016e675d6 (patch)
tree3356a1473a1f9b931b11ee369a1233cb8bdd5651 /lib
parent25ed2d2c872e59fd99b54fdf0dec1ca448feca00 (diff)
Update geo location UI for notice form where the geo data info is only
visible on @title of the enable/disable button.
Diffstat (limited to 'lib')
-rw-r--r--lib/noticeform.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php
index a00615ce7..62df5c941 100644
--- a/lib/noticeform.php
+++ b/lib/noticeform.php
@@ -213,7 +213,6 @@ class NoticeForm extends Form
$this->out->elementEnd('div');
$this->out->inlineScript(' var NoticeDataGeo_text = {'.
'ShareDisable: "'._('Do not share my location').'",'.
- 'InfoMinimize: "'._('Hide this info').'",'.
'ErrorTimeout: "'._('Sorry, retrieving your geo location is taking longer than expected, please try again later').'"'.
'}');
}