]> git.ipfire.org Git - location/libloc.git/commitdiff
location: Fix message sting if the database has been recently updated
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 14 Sep 2020 18:36:36 +0000 (20:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2020 09:20:20 +0000 (09:20 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location.in

index 8cdd1409e34b176d9bb5f832ffc697a3975f61fe..44ad726743424692a5406d840bcb1c91a1fa57a1 100644 (file)
@@ -413,7 +413,7 @@ class CLI(object):
                        # Check if the database has recently been updated
                        if t >= (now - delta):
                                log.info(
-                                       _("The datase has recently be updated recently (%s)") % \
+                                       _("The database has been updated recently (%s)") % \
                                                format_timedelta(now - t),
                                )
                                return 3