[Pkg-owncloud-commits] [owncloud] 18/118: Maintenance mode message might be misleading
David Prévot
taffit at moszumanska.debian.org
Fri Mar 27 22:13:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 2bfd03e4839f702974c1793612977f60855252d7
Author: Joas Schilling <nickvergessen at owncloud.com>
Date: Mon Mar 2 09:51:25 2015 +0100
Maintenance mode message might be misleading
---
core/templates/update.user.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/templates/update.user.php b/core/templates/update.user.php
index 9352472..be332f2 100644
--- a/core/templates/update.user.php
+++ b/core/templates/update.user.php
@@ -1,6 +1,6 @@
<ul>
<li class='update'>
- <?php p($l->t('This %s instance is currently being updated, which may take a while.', array($theme->getName()))) ?><br/><br/>
+ <?php p($l->t('This %s instance is currently in maintenance mode, which may take a while.', array($theme->getName()))) ?><br/><br/>
<?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br/><br/>
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
<?php p($l->t('Thank you for your patience.')); ?><br/><br/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list