From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer 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 Message-ID: <299D8583-47D7-4E3E-B885-3F031C70DE66@ipfire.org> In-Reply-To: <20200914183636.2564-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3326204607186551716==" List-Id: --===============3326204607186551716== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, > On 14 Sep 2020, at 19:36, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > src/python/location.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 >=3D (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 =E2=80=9Crecently=E2=80=9D. -Michael > ) > return 3 > --=20 > 2.20.1 >=20 --===============3326204607186551716==--