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 +};