From d96e22f3b114324171d78c8850f4fbddee9f9e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 2 Apr 2020 12:40:35 +0200 Subject: [PATCH] fix: fix wording in the PDF output --- kosmorrolib/dumper.py | 2 +- kosmorrolib/locales/messages.pot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kosmorrolib/dumper.py b/kosmorrolib/dumper.py index 5280cf4..161d4e3 100644 --- a/kosmorrolib/dumper.py +++ b/kosmorrolib/dumper.py @@ -266,7 +266,7 @@ class _LatexDumper(Dumper): date=self.get_date_as_string(), timezone='UTC+%d' % self.timezone if self.timezone != 0 else 'UTC' ), - _("Don't forget to check the weather forecast before you go out with your material.") + _("Don't forget to check the weather forecast before you go out with your equipment.") ])) \ .replace('+++SECTION-EPHEMERIDES+++', _('Ephemerides of the day')) \ .replace('+++EPHEMERIDES-OBJECT+++', _('Object')) \ diff --git a/kosmorrolib/locales/messages.pot b/kosmorrolib/locales/messages.pot index 6b7e108..1b77ed3 100644 --- a/kosmorrolib/locales/messages.pot +++ b/kosmorrolib/locales/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: kosmorro 0.6.2\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-03-29 14:06+0200\n" +"POT-Creation-Date: 2020-04-02 12:44+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -171,7 +171,7 @@ msgstr "" #: kosmorrolib/dumper.py:269 msgid "" "Don't forget to check the weather forecast before you go out with your " -"material." +"equipment." msgstr "" #: kosmorrolib/dumper.py:271