Fix the message "seconds-ago"
authorshirayuki <shirayuking@gmail.com>
Wed, 28 Aug 2013 09:53:24 +0000 (18:53 +0900)
committershirayuki <shirayuking@gmail.com>
Wed, 28 Aug 2013 09:59:19 +0000 (18:59 +0900)
follow up to Ie667088010e24eb6cb569f9e8e8e2553005223eb

Change-Id: If3ddcb2c9d294c45673b905d70dc9ee9073f88dd

languages/messages/MessagesEn.php

index e31020c..9218651 100644 (file)
@@ -4003,7 +4003,7 @@ By executing it, your system may be compromised.",
 # Human-readable timestamps
 'hours-ago'    => '$1 {{PLURAL:$1|hour|hours}} ago',
 'minutes-ago'  => '$1 {{PLURAL:$1|minute|minutes}} ago',
-'seconds-ago'  => '$1 {{PLURAL:$1|seconds|seconds}} ago',
+'seconds-ago'  => '$1 {{PLURAL:$1|second|seconds}} ago',
 'monday-at'    => 'Monday at $1',
 'tuesday-at'   => 'Tuesday at $1',
 'wednesday-at' => 'Wednesday at $1',