From 9509da6142b97fd86e6c698ba35f665bc19a9950 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 20 Feb 2019 23:35:37 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5741 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/diagramview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/diagramview.cpp b/sources/diagramview.cpp index 88da6393b..5a6a5eff2 100644 --- a/sources/diagramview.cpp +++ b/sources/diagramview.cpp @@ -544,7 +544,7 @@ void DiagramView::mouseReleaseEvent(QMouseEvent *e) { //Popup a menu with an action to create conductors between //all selected terminals. - QAction *act = new QAction(tr("Connecter les bornes sélectionné"), this); + QAction *act = new QAction(tr("Connecter les bornes sélectionnées"), this); QPolygonF polygon_ = m_free_rubberband; connect(act, &QAction::triggered, [this, polygon_]() {