From 9b32f8cba68abc3eaaaa7af6b15419a84ac5be95 Mon Sep 17 00:00:00 2001 From: hillai Date: Fri, 25 Apr 2014 14:15:48 +0300 Subject: [PATCH] Update jquery.timeago.he.js --- locales/jquery.timeago.he.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/jquery.timeago.he.js b/locales/jquery.timeago.he.js index 9d5b6c6..33074a0 100644 --- a/locales/jquery.timeago.he.js +++ b/locales/jquery.timeago.he.js @@ -1,7 +1,7 @@ // Hebrew jQuery.timeago.settings.strings = { prefixAgo: "לפני", - prefixFromNow: "מעכשיו", + prefixFromNow: "עוד", suffixAgo: "", suffixFromNow: "", seconds: "פחות מדקה", @@ -15,4 +15,4 @@ jQuery.timeago.settings.strings = { months: "%d חודשים", year: "שנה", years: "%d שנים" -}; \ No newline at end of file +};