[gnome-weather] Added missing word "Updated"



commit a583f6e438c7025af57e62ca91d342554e106635
Author: Aliya Rahmani <aliyarahmani786 gmail com>
Date:   Tue Nov 10 07:44:19 2020 +0000

    Added missing word "Updated"

 src/app/city.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/app/city.js b/src/app/city.js
index 867de42..91a6996 100644
--- a/src/app/city.js
+++ b/src/app/city.js
@@ -271,7 +271,7 @@ var WeatherWidget = GObject.registerClass({
         const months = days / 30;
         return ngettext(
             'Updated %d month ago.',
-            '%d months ago.', months).format(months);
+            'Updated %d months ago.', months).format(months);
     }
 });
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]