* [PATCH] location: Fix message sting if the database has been recently updated
@ 2020-09-14 18:36 Stefan Schantl
2020-09-16 11:17 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2020-09-14 18:36 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 616 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
src/python/location.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/python/location.in b/src/python/location.in
index 8cdd140..3ba209d 100644
--- a/src/python/location.in
+++ b/src/python/location.in
@@ -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
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] location: Fix message sting if the database has been recently updated
2020-09-14 18:36 [PATCH] location: Fix message sting if the database has been recently updated Stefan Schantl
@ 2020-09-16 11:17 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-09-16 11:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 848 bytes --]
Hi,
> On 14 Sep 2020, at 19:36, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
>
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> src/python/location.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/python/location.in b/src/python/location.in
> index 8cdd140..3ba209d 100644
> --- a/src/python/location.in
> +++ b/src/python/location.in
> @@ -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),
I think you want to keep the space after the word “recently”.
-Michael
> )
> return 3
> --
> 2.20.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-16 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 18:36 [PATCH] location: Fix message sting if the database has been recently updated Stefan Schantl
2020-09-16 11:17 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox