summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-01 13:00:03 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-01 13:00:03 -0400
commitfa861927a6b2e98c1d247dabfa3df9acd7011148 (patch)
treeaf509dbecaa59617dbeb7a62ac09a96169f1ff71 /keysafe.hs
parent3100ed23049f264e2fc43a02b8b65e7ce4578609 (diff)
downloadkeysafe-fa861927a6b2e98c1d247dabfa3df9acd7011148.tar.gz
improve message
Share download cannot be due to wrong password
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 2d37385..f78168b 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -201,7 +201,7 @@ restore storagelocations ui possibletunables secretkeydest = do
let mksis tunables = shareIdents tunables name secretkeydest
r <- downloadInitialShares storagelocations ui mksis possibletunables
case r of
- Nothing -> showError ui "No shares could be downloaded. Perhaps you entered the wrong name or password?"
+ Nothing -> showError ui "No shares could be downloaded. Perhaps you entered the wrong name?"
Just (tunables, shares, sis) -> do
let candidatekeys = candidateKeyEncryptionKeys tunables name password
let cost = getCreationCost candidatekeys