From 20cd0366eb03708ac0ba810b5a24b9776586acac Mon Sep 17 00:00:00 2001 From: joshua Date: Thu, 28 Jan 2021 19:14:26 +0100 Subject: [PATCH] Update typo --- sources/editor/ui/ellipseeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }