[qet] qet/qet: [5741] Fix typo

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


Revision: 5741
Author:   scorpio810
Date:     2019-02-21 00:35:37 +0100 (Thu, 21 Feb 2019)
Log Message:
-----------
Fix typo

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

Modified: trunk/sources/diagramview.cpp
===================================================================
--- trunk/sources/diagramview.cpp	2019-02-20 21:04:08 UTC (rev 5740)
+++ trunk/sources/diagramview.cpp	2019-02-20 23:35:37 UTC (rev 5741)
@@ -544,7 +544,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/