summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-19 17:11:02 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-19 17:11:02 -0400
commit5ce3240dfc55a0a585b5581aaea310299bec540a (patch)
treefd5f2a25b1c1e296cf79904f41a62c9368f20266 /keysafe.hs
parent36f7bd59a54c39654bd518a1366ea9bdf551b1af (diff)
downloadkeysafe-5ce3240dfc55a0a585b5581aaea310299bec540a.tar.gz
done for the day!
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 9ebbd75..72bb03b 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -240,8 +240,7 @@ restore storagelocations ui possibletunables secretkeydest = do
decryptdesc cost = unlines
[ "This will probably take around " ++ showCostMinutes cost
, ""
- , "(It's a feature that this takes so long;"
- , "it prevents cracking your password.)"
+ , "(It's a feature that this takes so long; it prevents cracking your password.)"
, ""
, "Please wait..."
]