tweak wording

This commit is contained in:
Joey Hess 2011-04-17 11:31:56 -04:00
parent 83423211a2
commit f486768b16
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ cipherKey (Just c) k = do
Nothing -> case extractCipher c of
Nothing -> return Nothing
Just encipher -> do
showNote "getting encryption key"
showNote "unlocking"
cipher <- liftIO $ decryptCipher c encipher
Annex.changeState (\s -> s { Annex.cipher = Just cipher })
ret cipher