Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
c5b27c8e by wurstsalat at 2022-02-01T18:06:50+01:00
Helpers: Fix get_uf_relative_time

- - - - -


1 changed file:

- gajim/common/helpers.py


Changes:

=====================================
gajim/common/helpers.py
=====================================
@@ -319,8 +319,8 @@ def get_uf_relative_time(timestamp: float) -> str:
         return ngettext('%i min ago',
                         '%i mins ago',
                         minutes,
-                        str(minutes),
-                        str(minutes))
+                        minutes,
+                        minutes)
     return _('Just now')
 
 def get_sorted_keys(adict):



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c5b27c8e2e154f4566b3eefd95ef8a1ce6b447b9

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c5b27c8e2e154f4566b3eefd95ef8a1ce6b447b9
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to