summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/P2P.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/P2P.hs b/Command/P2P.hs
index 48e647273..b70e3e2b7 100644
--- a/Command/P2P.hs
+++ b/Command/P2P.hs
@@ -168,7 +168,7 @@ performPairing remotename addrs = do
putStrLn "Exchanging pairing data..."
return code
| otherwise -> do
- putStrLn "Oops -- You entered this repository's pairing code. We need the pairing code of the *other* repository."
+ putStrLn "Oops -- You entered this repository's pairing code. Enter the pairing code of the *other* repository."
getcode ourcode
Nothing -> do
putStrLn "That does not look like a valiad pairing code. Try again..."