plug-ins: fix argument description.

This commit is contained in:
Jehan 2020-07-20 17:38:16 +02:00
parent 73b960aefb
commit 1a7a53dc09
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ svg_create_procedure (GimpPlugIn *plug_in,
GIMP_PROC_ARG_INT (procedure, "height",
"Height",
"Height (in pixels) to load the SVG in. "
"(0 for original heght, a negative width to "
"(0 for original height, a negative height to "
"specify a maximum height)",
-GIMP_MAX_IMAGE_SIZE, GIMP_MAX_IMAGE_SIZE, 0,
GIMP_PARAM_READWRITE);