From 2baa6f5e40a6d6f852127bd445153eb9b68a93f7 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Sat, 4 Apr 2020 09:45:54 +0200 Subject: [PATCH] Narweb: image size limit doesn't match tooltip (#1004) Fixes #011536 --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index cd4df8588..bf725dd12 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -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(