From b175eee89fc60e84be84c025ef3dfdf36987cba3 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@discourse.org>
Date: Tue, 8 Jul 2014 00:03:54 -0700
Subject: [PATCH] semi-colon-ing it up

---
 config/locales/client.en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 45d8b89cc..6021fc874 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -505,7 +505,7 @@ en:
     last_post: Last post
 
     summary:
-      enabled_description: "You're viewing a summary of this topic, just the most interesting posts as determined by the community. To see all posts again, click below."
+      enabled_description: "You're viewing a summary of this topic: just the most interesting posts as determined by the community. To see all posts again, click below."
       description: "There are <b>{{count}}</b> replies."
       description_time: "There are <b>{{count}}</b> replies with an estimated read time of <b>{{readingTime}} minutes</b>."
       enable: 'Summarize This Topic'