summaryrefslogtreecommitdiffstats
path: root/core/templates/update.admin.php
diff options
context:
space:
mode:
authorRamiro Aparicio <rapariciog@gmail.com>2013-10-24 17:46:52 +0200
committerRamiro Aparicio <rapariciog@gmail.com>2013-10-24 19:21:40 +0200
commit3a81c8e3af29a95eabed902d7223d0b92c546754 (patch)
treef878d2d60079ae05d92c8dae2a78a396e6c5cda5 /core/templates/update.admin.php
parent808e9b0f515585f8d2bb18de94eed994d14f3749 (diff)
downloadnextcloud-server-3a81c8e3af29a95eabed902d7223d0b92c546754.tar.gz
nextcloud-server-3a81c8e3af29a95eabed902d7223d0b92c546754.zip
Changed update message to be more instructive, changed update style to be less aggresive
Fix br tags Improve english messages
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r--core/templates/update.admin.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
new file mode 100644
index 00000000000..a652d5f195a
--- /dev/null
+++ b/core/templates/update.admin.php
@@ -0,0 +1,6 @@
+<ul>
+ <li class='update'>
+ <?php p($l->t('Updating ownCloud to version %s, this may take a while.',
+ array($_['version']))); ?><br /><br />
+ </li>
+</ul>