diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-04-29 00:13:23 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-04-29 00:13:23 +0300 |
commit | e3c9554856b691685e0af49d5cfe4be7c7bb0ed8 (patch) | |
tree | f9de0a22a62da3cb961d2a71d4c27584e6db7db2 /core | |
parent | 1f194b7bdcbac868525b164b29814d3373b6e818 (diff) | |
download | nextcloud-server-e3c9554856b691685e0af49d5cfe4be7c7bb0ed8.tar.gz nextcloud-server-e3c9554856b691685e0af49d5cfe4be7c7bb0ed8.zip |
Reword sentence and move HTML out of translation
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 9a1b202226b..4dc4a2c7593 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -33,7 +33,7 @@ <div id="notification-container"> <div id="notification"></div> <?php if ($_['updateAvailable']): ?> - <div id="update-notification" style="display: inline;"><?php print_unescaped($l->t('%s is available. <a href="%s">Click here to get more information.', array($_['updateVersion'], $_['updateLink']))); ?></a></div> + <div id="update-notification" style="display: inline;"><a href="<?php print_unescaped($_['updateLink']); ?>"><?php p($l->t('%s is available. Get more information on how to update.', array($_['updateVersion']))); ?></a></div> <?php endif; ?> </div> <header><div id="header"> |