From dd207994bc8026f22bb366e654a3945d5e995f87 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Apr 2011 12:36:12 -0400 Subject: reword again On second thought, "unlocking" is confusable with git-annex unlock. --- Remote/Encryptable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') diff --git a/Remote/Encryptable.hs b/Remote/Encryptable.hs index 9e4f58ed4..11df2673c 100644 --- a/Remote/Encryptable.hs +++ b/Remote/Encryptable.hs @@ -81,7 +81,7 @@ cipherKey (Just c) k = do Nothing -> case extractCipher c of Nothing -> return Nothing Just encipher -> do - showNote "unlocking" + showNote "gpg" cipher <- liftIO $ decryptCipher c encipher Annex.changeState (\s -> s { Annex.cipher = Just cipher }) ret cipher -- cgit v1.2.3