[gnome-weather] Added missing word "Updated"
- From: Vitaly Dyachkov <vitalydyachkov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather] Added missing word "Updated"
- Date: Wed, 11 Nov 2020 16:18:37 +0000 (UTC)
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]