aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 13:26:32 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-17 13:26:32 +0200
commita3b5e72729be08f79585c782d497f49edd11c064 (patch)
treedf9f198519b2d54a3333907668e8e1c770c24e7b /app/i18n/en.php
parent6e140d82b033e1304d7495d990ec0295fa7ffaa1 (diff)
Move button to apply update outside the message
Diffstat (limited to 'app/i18n/en.php')
-rw-r--r--app/i18n/en.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php
index 562697585..f84593cb5 100644
--- a/app/i18n/en.php
+++ b/app/i18n/en.php
@@ -428,7 +428,8 @@ return array (
'update_system' => 'Update system',
'update_check' => 'Check for new updates',
'update_last' => 'Last verification: %s',
- 'update_can_apply' => 'There is an available update. <a class="btn" href="%s">Apply</a>',
+ 'update_can_apply' => 'There is an available update.',
+ 'update_apply' => 'Apply',
'update_server_not_found' => 'Update server cannot be found. [%s]',
'no_update' => 'No update to apply',
'update_problem' => 'Update has encountered an error: %s',