diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-29 04:39:51 -0700 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-04-29 04:39:51 -0700 |
commit | a5c72f1ad27dad9b9b81e9819b6e72473a72e80d (patch) | |
tree | c3cd4c79a8a9e2222b1766256c621e50f3e88617 | |
parent | cc9933be1cf3176747dc07c7bedb3228d8a99b29 (diff) | |
parent | e3c9554856b691685e0af49d5cfe4be7c7bb0ed8 (diff) | |
download | nextcloud-server-a5c72f1ad27dad9b9b81e9819b6e72473a72e80d.tar.gz nextcloud-server-a5c72f1ad27dad9b9b81e9819b6e72473a72e80d.zip |
Merge pull request #3159 from owncloud/reword
Reword sentence and move HTML out of translation
-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"> |