diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-10 20:52:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-10 20:52:46 -0400 |
commit | 1b0ba6a39357920e5fe8c2ef4cecac6decbd1542 (patch) | |
tree | c2f250d6c20b70410380ae9fb4470e13a9f1227b | |
parent | 2c46d59f41215ebbd4202429e17a1057ea658e71 (diff) |
reword alert
-rw-r--r-- | Assistant/Alert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 9e36ea693..7e825d8b2 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -325,7 +325,7 @@ pairRequestAcknowledgedAlert who button = baseActivityAlert xmppNeededAlert :: AlertButton -> Alert xmppNeededAlert button = Alert - { alertHeader = Just "Keep your repositories in sync across the cloud, or share with friends." + { alertHeader = Just "Share with friends, and keep your devices in sync across the cloud." , alertIcon = Just TheCloud , alertPriority = High , alertButton = Just button |