Skip to content

Commit

Permalink
l10n: Update POT
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 6, 2023
1 parent c08913b commit 6648454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions hypnotix.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-30 14:07+0100\n"
"POT-Creation-Date: 2023-06-06 13:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -278,7 +278,8 @@ msgid "Loading channels..."
msgstr ""

#: usr/lib/hypnotix/hypnotix.py:1422
msgid "Failed to Download playlist from {}"
#, python-format
msgid "Failed to download playlist from %s"
msgstr ""

#: usr/share/hypnotix/hypnotix.ui.h:3 usr/share/hypnotix/shortcuts.ui.h:6
Expand Down
2 changes: 1 addition & 1 deletion usr/lib/hypnotix/hypnotix.py
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ def reload(self, page=None, refresh=False):
print("%s: %d channels, %d groups, %d series, %d movies" % (provider.name, \
len(provider.channels), len(provider.groups), len(provider.series), len(provider.movies)))
else:
self.status(_("Failed to Download playlist from {}").format(provider.name), provider)
self.status(_("Failed to download playlist from %s") % provider.name, provider)

else:
# Load xtream class
Expand Down

0 comments on commit 6648454

Please sign in to comment.