summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
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..."
]