From f1fd29003d53b3cebb50995265cdf5f71ff24f89 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 19 Jun 2013 16:09:57 -0700 Subject: [PATCH] switch medium time format to "mins" vs "minutes" --- config/locales/client.en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 5e2bc9743..d89701f3a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -45,8 +45,8 @@ en: other: "%{count}y" medium: x_minutes: - one: "1 minute" - other: "%{count} minutes" + one: "1 min" + other: "%{count} mins" x_hours: one: "1 hour" other: "%{count} hours" @@ -55,8 +55,8 @@ en: other: "%{count} days" medium_with_ago: x_minutes: - one: "1 minute ago" - other: "%{count} minutes ago" + one: "1 min ago" + other: "%{count} mins ago" x_hours: one: "1 hour ago" other: "%{count} hours ago"