diff --git a/sources/diagramcommands.cpp b/sources/diagramcommands.cpp index 09aa0e82f..6d799755d 100644 --- a/sources/diagramcommands.cpp +++ b/sources/diagramcommands.cpp @@ -84,7 +84,7 @@ void AddTextCommand::undo() { diagram -> removeDiagramTextItem(textitem); } -/// Refait l'ajour +/// Refait l'ajout void AddTextCommand::redo() { diagram -> addDiagramTextItem(textitem); textitem -> setPos(position);