From 98d000543ca0f55a51a97e38c0b52b1d8f41c5ab Mon Sep 17 00:00:00 2001
From: borkor <borko.rastovic@gmail.com>
Date: Thu, 5 Jun 2014 13:50:12 +0200
Subject: [PATCH] Update jquery.timeago.rs.js

---
 locales/jquery.timeago.rs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/locales/jquery.timeago.rs.js b/locales/jquery.timeago.rs.js
index 1fc1613..0809c91 100644
--- a/locales/jquery.timeago.rs.js
+++ b/locales/jquery.timeago.rs.js
@@ -39,7 +39,7 @@
         months: function (value) {
             return numpf(value, "%d mesec", "%d meseca", "%d meseci");
         },
-        year: "pre godinu dana",
+        year: "godinu dana",
         years: function (value) {
             return numpf(value, "%d godinu", "%d godine", "%d godina");
         },