switch medium time format to "mins" vs "minutes"

This commit is contained in:
Jeff Atwood 2013-06-19 16:09:57 -07:00
parent da582fc202
commit f1fd29003d
1 changed files with 4 additions and 4 deletions

View File

@ -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"