tweak wording
This commit is contained in:
parent
83423211a2
commit
f486768b16
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue