mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 05:14:26 +01:00
...
This commit is contained in:
parent
2693a2c614
commit
153f709836
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ def fetch_scheduled_recipe(arg): # {{{
|
|||
if arg['password'] is not None:
|
||||
recs.append(('password', arg['password'], OptionRecommendation.HIGH))
|
||||
|
||||
return 'gui_convert', args, _('Fetch news from ')+arg['title'], fmt.upper(), [pt]
|
||||
return 'gui_convert', args, _('Fetch news from %s')%arg['title'], fmt.upper(), [pt]
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue