[qet] qet/qet: [5720] Typo fix

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 5720
Author:   scorpio810
Date:     2019-01-27 22:58:57 +0100 (Sun, 27 Jan 2019)
Log Message:
-----------
Typo fix

Modified Paths:
--------------
    trunk/sources/diagramview.cpp

Modified: trunk/sources/diagramview.cpp
===================================================================
--- trunk/sources/diagramview.cpp	2019-01-27 17:06:38 UTC (rev 5719)
+++ trunk/sources/diagramview.cpp	2019-01-27 21:58:57 UTC (rev 5720)
@@ -516,7 +516,7 @@
 		
 			//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_]()
 		{


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/