From 8feaa5c61345036ffbfb9509b32e408185981e72 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Thu, 18 Jun 2015 16:23:18 -0700
Subject: [PATCH] typo: later, not layer

---
 config/locales/client.en.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index fa4c6fbcf..5108eabc3 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -94,13 +94,13 @@ en:
           other: "%{count} days ago"
       later:
         x_days:
-          one: "1 day layer"
+          one: "1 day later"
           other: "%{count} days later"
         x_months:
-          one: "1 month layer"
+          one: "1 month later"
           other: "%{count} months later"
         x_years:
-          one: "1 year layer"
+          one: "1 year later"
           other: "%{count} years later"
     share:
       topic: 'share a link to this topic'