From 98c2d3e01291c75f8f7257573a362e06710d2c4b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 Aug 2010 21:21:47 +0200 Subject: string formating fix --- locale/core.pot | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'locale/core.pot') diff --git a/locale/core.pot b/locale/core.pot index f65e0b956..f3bf7ad80 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2010-08-31 21:06+0200\n" +"POT-Creation-Date: 2010-08-31 21:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -275,7 +275,8 @@ msgid "%s has invalid pattern." msgstr "" #: module/PluginManager.py:285 -msgid "Error importing %(name): %(msg)" +#, python-format +msgid "Error importing %(name)s: %(msg)s" msgstr "" #: module/PluginManager.py:286 @@ -395,11 +396,13 @@ msgid "File not found" msgstr "" #: module/plugins/hooks/IRCInterface.py:75 -msgid "Download finished: %(name) @ %(plugin) " +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " msgstr "" #: module/plugins/hooks/XMPPInterface.py:82 -msgid "Download finished: %(name) @ %(plugin)" +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" msgstr "" #: module/plugins/hooks/XMPPInterface.py:114 -- cgit v1.2.3