public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: location@lists.ipfire.org
Subject: Re: [PATCH] location: Fix message sting if the database has been recently updated
Date: Wed, 16 Sep 2020 12:17:36 +0100	[thread overview]
Message-ID: <299D8583-47D7-4E3E-B885-3F031C70DE66@ipfire.org> (raw)
In-Reply-To: <20200914183636.2564-1-stefan.schantl@ipfire.org>

[-- 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
> 


      reply	other threads:[~2020-09-16 11:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-14 18:36 Stefan Schantl
2020-09-16 11:17 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=299D8583-47D7-4E3E-B885-3F031C70DE66@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=location@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox