From daf5d1ff2ead7697b94a85adbdfec7f783bec0f9 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 21 Sep 2015 13:35:07 +0200 Subject: [PATCH] fix small typo --- apps/encryption/lib/crypto/decryptall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/encryption/lib/crypto/decryptall.php b/apps/encryption/lib/crypto/decryptall.php index 599cd82aa4d..d7cd422c5e9 100644 --- a/apps/encryption/lib/crypto/decryptall.php +++ b/apps/encryption/lib/crypto/decryptall.php @@ -90,7 +90,7 @@ class DecryptAll { ); $useLoginPassword = $this->questionHelper->ask($input, $output, $questionUseLoginPassword); if ($useLoginPassword) { - $question = new Question('Please enter the users login password: '); + $question = new Question('Please enter the user\'s login password: '); } else if ($this->util->isRecoveryEnabledForUser($user) === false) { $output->writeln('No recovery key available for user ' . $user); return false;