diff options
author | ringmaster <epithet@gmail.com> | 2013-12-05 09:52:13 -0500 |
---|---|---|
committer | ringmaster <epithet@gmail.com> | 2013-12-05 09:52:13 -0500 |
commit | 1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067 (patch) | |
tree | 1df3d7185e562b217f94fada006a5c437344c536 /core | |
parent | 38745e4bd11327bcd0b280a2241cd02b8d421b84 (diff) | |
download | nextcloud-server-1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067.tar.gz nextcloud-server-1687ec0cd2f2f615cf4e6fe42d0d684ca7ce6067.zip |
Make noscript message translatable
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.user.php | 2 |
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']): ?> |