mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2693a2c614
commit
153f709836
@ -313,7 +313,7 @@ def fetch_scheduled_recipe(arg): # {{{
|
|||||||
if arg['password'] is not None:
|
if arg['password'] is not None:
|
||||||
recs.append(('password', arg['password'], OptionRecommendation.HIGH))
|
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…
x
Reference in New Issue
Block a user