Narweb: image size limit doesn't match tooltip (#1004)

Fixes #011536
This commit is contained in:
Serge Noiraud
2020-04-04 09:45:54 +02:00
committed by GitHub
parent 51f2052cfe
commit 2baa6f5e40

View File

@ -1891,7 +1891,7 @@ class NavWebOptions(MenuReportOptions):
_("Max width of initial image"), _DEFAULT_MAX_IMG_WIDTH, 0, 2000)
self.__maxinitialimagewidth.set_help(
_("This allows you to set the maximum width "
"of the image shown on the media page. Set to 0 for no limit."))
"of the image shown on the media page."))
addopt("maxinitialimagewidth", self.__maxinitialimagewidth)
self.__maxinitialimageheight = NumberOption(