This commit is contained in:
Kovid Goyal 2017-01-25 20:53:49 +05:30
parent 2693a2c614
commit 153f709836

View File

@ -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]
# }}}