String changes

This commit is contained in:
Kovid Goyal 2021-05-21 18:36:54 +05:30
parent 226678e514
commit 1a1149e8bd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 2 deletions

View File

@ -28,10 +28,11 @@
:: new features :: new features
- Content server viewer: Improved search functionality - Content server viewer: Improved search functionality
Searching can now be done for whole words and regular expressions. And all search results are Searching can now be done for whole words and regular expressions. And all search results are
listed at once with some context for easy navigation. listed at once with some context for easy navigation.
- [1928596] E-book viewer: Allow fullscreening the image popup - [1928596] E-book viewer: Allow making the image popup full screen
- E-book viewer: Allow expanding/collapsing all items in the Table of Contents at a particular level by right clicking on one item of that level and choosing the option to expand/collapse - E-book viewer: Allow expanding/collapsing all items in the Table of Contents at a particular level by right clicking on one item of that level and choosing the option to expand/collapse

View File

@ -46,7 +46,7 @@ class SNBOutput(OutputFormatPlugin):
'chapter. Useful for image-only output (eg. comics).')), 'chapter. Useful for image-only output (eg. comics).')),
OptionRecommendation(name='snb_full_screen', OptionRecommendation(name='snb_full_screen',
recommended_value=False, level=OptionRecommendation.LOW, recommended_value=False, level=OptionRecommendation.LOW,
help=_('Resize all the images for full screen view. ')), help=_('Resize all the images for full screen mode. ')),
} }
def convert(self, oeb_book, output_path, input_plugin, opts, log): def convert(self, oeb_book, output_path, input_plugin, opts, log):