From 5e2557532949f80b44353c1e6f8cf2fd7636d639 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 11 Feb 2016 16:43:34 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plumber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index e027fdbcf9..097729ccef 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -135,7 +135,7 @@ OptionRecommendation(name='output_profile', choices=[x.short_name for x in output_profiles()], help=_('Specify the output profile. The output profile ' 'tells the conversion system how to optimize the ' - 'created document for the specified device. In some cases, ' + 'created document for the specified device (such as by resizing images for the device screen size). In some cases, ' 'an output profile can be used to optimize the output for a particular device, but this is rarely necessary. ' 'Choices are:') + ', '.join([x.short_name for x in output_profiles()])