mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 22:00:35 +01:00
Update typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user