summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--keysafe.hs3
2 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index d44c9fb..bd26f69 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+* test suite (eg, test basic storage and restore of various size data)
* tune hashes on more powerful hardware than thermal throttling laptop
* store to servers
* Run --uploadqueued periodically (systemd timer?)
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..."
]