summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorringmaster <epithet@gmail.com>2013-12-05 09:52:13 -0500
committerringmaster <epithet@gmail.com>2013-12-05 09:52:13 -0500
commit1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067 (patch)
tree1df3d7185e562b217f94fada006a5c437344c536 /core
parent38745e4bd11327bcd0b280a2241cd02b8d421b84 (diff)
downloadnextcloud-server-1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067.tar.gz
nextcloud-server-1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067.zip
Make noscript message translatable
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 7492af799b3..3aef3ecd047 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -37,7 +37,7 @@
</head>
<body id="<?php p($_['bodyid']);?>">
- <noscript><div id="nojavascript"><div>ownCloud requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface.</div></div></noscript>
+ <noscript><div id="nojavascript"><div><?php p($l->t('ownCloud requires JavaScript to be enabled for correct operation. Please enable JavaScript and re-load this interface.')); ?></div></div></noscript>
<div id="notification-container">
<div id="notification"></div>
<?php if ($_['updateAvailable']): ?>