[Pkg-owncloud-commits] [owncloud] 26/153: Use question color.
David Prévot
taffit at moszumanska.debian.org
Tue May 27 03:05:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit b002f11771317d2098a9d93758ce7c442a76c203
Author: Andreas Fischer <bantu at owncloud.com>
Date: Mon Mar 31 17:06:06 2014 +0200
Use question color.
---
core/command/db/converttype.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 1f3e296..8b9c72d 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -35,7 +35,7 @@ class ConvertType extends Command {
$dialog = $this->getHelperSet()->get('dialog');
$password = $dialog->askHiddenResponse(
$output,
- 'What is the database password?',
+ '<question>What is the database password?</question>',
false
);
$input->setOption('password', $password);
--
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