This commit is contained in:
Akamaru 2019-10-22 20:42:26 +02:00
parent b8f99bc904
commit 8ea86c3fae
2 changed files with 2 additions and 2 deletions

2
bot.py
View File

@ -309,7 +309,7 @@ def check_feed(bot, key):
content=content
)
readmore = _("Read more on {0}").format(link_name)
text += '\n<a href="{post_link}">Auf {readmore} ansehen.</a>\n'.format(
text += '\n<a href="{post_link}">{readmore}</a>\n'.format(
post_link=post_link,
readmore=readmore
)

View File

@ -122,7 +122,7 @@ msgstr "Kein Titel"
#: bot.py:312
msgid "Read more on {0}"
msgstr "Auf {0} weiterlesen"
msgstr "Auf {0} ansehen."
#: bot.py:326
msgid "Chat {0} doesn't exist anymore, will be deleted."