summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-29 22:18:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-29 22:18:58 -0400
commit74cf65a4dd5f7a59844184a4ece3279adc97d3a7 (patch)
treef9ed18c69f82a1ab1e2c722552d3208ae3d9da49
parent895b068e350977cec1e31d49bd87b13b0a5676d9 (diff)
avoid first person
-rw-r--r--Assistant/Alert.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index 78771b1ea..49ad515ad 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -97,7 +97,7 @@ syncMountAlert :: FilePath -> [Remote] -> Alert
syncMountAlert dir rs = baseActivityAlert
{ alertHeader = Just $ "Syncing with " ++ unwords (map Remote.name rs)
, alertMessage = StringAlert $ unwords
- ["I noticed you plugged in"
+ ["You plugged in"
, dir
, " -- let's get it in sync!"
]
@@ -117,7 +117,7 @@ scanAlert r = baseActivityAlert
sanityCheckAlert :: Alert
sanityCheckAlert = activityAlert (Just "Running daily sanity check")
- "to make sure I've not missed anything."
+ "to make sure everything is ok."
sanityCheckFixAlert :: String -> Alert
sanityCheckFixAlert msg = Alert