diff --git a/sources/editor/ui/ellipseeditor.cpp b/sources/editor/ui/ellipseeditor.cpp index 7c69e12e6..d69d37531 100644 --- a/sources/editor/ui/ellipseeditor.cpp +++ b/sources/editor/ui/ellipseeditor.cpp @@ -149,7 +149,7 @@ void EllipseEditor::updateRect() if (rect != part->property("rect")) { auto undo= new QPropertyUndoCommand(ellipse, "rect", ellipse->property("rect"), rect); - undo->setText("Modifier un arc"); + undo->setText("Modifier une ellipse"); undo->enableAnimation(); elementScene()->undoStack().push(undo); }