From ea7b07d2e4f079c67c8f9c319c81a659ed0e27fe Mon Sep 17 00:00:00 2001 From: Bouh Date: Tue, 10 Dec 2019 22:56:16 +0100 Subject: [PATCH] Fix parameter description for Shape Painter Star action (#1315) --- Extensions/PrimitiveDrawing/Extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions/PrimitiveDrawing/Extension.cpp b/Extensions/PrimitiveDrawing/Extension.cpp index ca69cbc8de..9a0ee1706e 100644 --- a/Extensions/PrimitiveDrawing/Extension.cpp +++ b/Extensions/PrimitiveDrawing/Extension.cpp @@ -144,7 +144,7 @@ void DeclarePrimitiveDrawingExtension(gd::PlatformExtension& extension) { .AddParameter("object", _("Shape Painter object"), "Drawer") .AddParameter("expression", _("X position of center")) - .AddParameter("expression", _("X position of center")) + .AddParameter("expression", _("Y position of center")) .AddParameter("expression", _("Number of points of the star (minimum: 2)")) .AddParameter("expression", _("Radius (in pixels)")) .AddParameter("expression", _("Inner radius (in pixels, half radius by default)"))