From 3f8ce7a0c57030e02ef8c0f1048d57a98d96695d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Nov 2012 20:52:46 -0400 Subject: [PATCH] reword alert --- Assistant/Alert.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 9e36ea693a..7e825d8b2a 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