Fix #848717 (preferences - behaviour - wrong label)

This commit is contained in:
Kovid Goyal 2011-09-13 09:42:50 -06:00
parent 5168e3c18b
commit 41792efac3

View File

@ -142,7 +142,7 @@ def _config(): # {{{
c.add_opt('upload_news_to_device', default=True,
help=_('Upload downloaded news to device'))
c.add_opt('delete_news_from_library_on_upload', default=False,
help=_('Delete books from library after uploading to device'))
help=_('Delete news books from library after uploading to device'))
c.add_opt('separate_cover_flow', default=False,
help=_('Show the cover flow in a separate window instead of in the main calibre window'))
c.add_opt('disable_tray_notification', default=False,