summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parentab7b5042d2b588335bd94f7f10bb3191d019a310 (diff)
shorten noscript error
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/prefs.php b/prefs.php
index 9148cb4fb..c36f33742 100644
--- a/prefs.php
+++ b/prefs.php
@@ -65,11 +65,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>