Reword sentence and move HTML out of translation

This commit is contained in:
Lukas Reschke 2013-04-29 00:13:23 +03:00
parent 1f194b7bdc
commit e3c9554856
1 changed files with 1 additions and 1 deletions

View File

@ -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">