diff options
| author | 2014-08-10 10:35:17 +0200 | |
|---|---|---|
| committer | 2014-08-10 10:35:17 +0200 | |
| commit | 7ed111b1bf152613d17254808a4fcf89f5774297 (patch) | |
| tree | cb6e1ec05a3b5ff0625657924acd22d742246584 /app/views/update | |
| parent | e7dba0ce7cfaf5e84687593a8b0d58d89fbff302 (diff) | |
Add translations for update system
Diffstat (limited to 'app/views/update')
| -rw-r--r-- | app/views/update/index.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index a1a872845..8f6ee6269 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -12,8 +12,10 @@ <?php if (empty($this->message) || $this->message['status'] !== 'good') { ?> <p> - <a href="<?php echo _url('update', 'check'); ?>" class="btn"><?php echo _t('update_check'); ?></a> <?php echo _i('help'); ?> <?php echo _t('update_last', $this->last_update_time); ?> </p> + <p> + <a href="<?php echo _url('update', 'check'); ?>" class="btn"><?php echo _t('update_check'); ?></a> + </p> <?php } ?> </div> |
