Fix typo in comments

This commit is contained in:
Laurent Trinques
2020-09-30 12:58:14 +02:00
parent 191eabd0a2
commit 1e0ca043e7
3 changed files with 8 additions and 8 deletions

View File

@@ -265,7 +265,7 @@ void TerminalEditor::updateName() {
"name",
term->property("name"),
var);
undo->setText(tr("Modify name of the terminal"));
undo->setText(tr("Modifier le nom du terminal"));
undoStack().push(undo);
}
}