]> git.ipfire.org Git - location/libloc.git/blobdiff - src/python/location.in
location: Fix message sting if the database has been recently updated
[location/libloc.git] / 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