From ecc9e84bc2272a9bbc7d071bffe2c33165d0985a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 18 May 2022 00:47:29 +0200 Subject: [PATCH] Fixed typo --- RNS/Utilities/rnpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rnpath.py b/RNS/Utilities/rnpath.py index fde9786..c5cdc22 100644 --- a/RNS/Utilities/rnpath.py +++ b/RNS/Utilities/rnpath.py @@ -321,7 +321,7 @@ def pretty_date(time=False): if second_diff < 3600: return str(int(second_diff / 60)) + " minutes" if second_diff < 7200: - return "an hour ago" + return "an hour" if second_diff < 86400: return str(int(second_diff / 3600)) + " hours" if day_diff == 1: