Commit f869f105 authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

location: Fix message sting if the database has been recently updated

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 97b324b0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment