summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-04 20:13:00 -0500
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-04 20:13:00 -0500
commita94405b4e4ebbeea2f8bc3a220572dab1ae7cb3a (patch)
treef97d51339be2ffd6f5bdb309a461fdc82a2b0e6b /core
parentf2e6df807d05ef50b28ca2afc9ea51970ec0d87b (diff)
downloadnextcloud-server-a94405b4e4ebbeea2f8bc3a220572dab1ae7cb3a.tar.gz
nextcloud-server-a94405b4e4ebbeea2f8bc3a220572dab1ae7cb3a.zip
Only show the version updating to instead of worrying about converting internal to a formatted version
Diffstat (limited to 'core')
-rw-r--r--core/templates/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.php b/core/templates/update.php
index cf3f2ab0d79..41da712c6ca 100644
--- a/core/templates/update.php
+++ b/core/templates/update.php
@@ -1,6 +1,6 @@
<ul>
<li class='update'>
- <?php echo $l->t('Updating ownCloud from version %s to version %s, this may take a while.', array($_['installed'], $_['current'])); ?><br /><br />
+ <?php echo $l->t('Updating ownCloud to version %s, this may take a while.', array($_['version'])); ?><br /><br />
</li>
</ul>
<script>