summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-29 12:18:56 +0300
committerAndrew Dolgov <[email protected]>2010-11-29 12:18:56 +0300
commit5a941e7e93ef2c919c51e235bdd4d43f343b291e (patch)
treec55db7ef6d0d0ffce4430c4f137c95509c83f853 /tt-rss.php
parentab7b5042d2b588335bd94f7f10bb3191d019a310 (diff)
shorten noscript error
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 21047aa5f..d106709b9 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -59,12 +59,7 @@
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
progress="0" maximum="100">
</div>
- <noscript>
- <p>
- <?php print_error(__("Your browser doesn't support Javascript, which is required
- for this application to function properly. Please check your
- browser settings.")) ?></p>
- </noscript>
+ <noscript><br/><?php print_error('Javascript is disabled. Please enable it.') ?></noscript>
</div>
</div>