diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 1 |
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').'"'. '}'); } |