[qet] [3351] Minor:fix typo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3351
Author: scorpio810
Date: 2014-10-05 16:49:37 +0200 (Sun, 05 Oct 2014)
Log Message:
-----------
Minor:fix typo
Modified Paths:
--------------
trunk/sources/nomenclature.cpp
Modified: trunk/sources/nomenclature.cpp
===================================================================
--- trunk/sources/nomenclature.cpp 2014-10-05 14:38:34 UTC (rev 3350)
+++ trunk/sources/nomenclature.cpp 2014-10-05 14:49:37 UTC (rev 3351)
@@ -81,7 +81,7 @@
QString nomenclature::getNomenclature() {
//Process...
QString data = tr("NOMENCLATURE : ") + m_project -> title() + "\n\n";
- data += tr("Folio") +";"+ tr("Sch\351ma") +";"+ tr("D\351signation")+";"+ tr("Label") +";"+ tr("Commententaire") +";"+ tr("Fabriquant") +";"+ tr("Reference") +";"+ tr("Machine-reference\n");
+ data += tr("Folio") +";"+ tr("Sch\351ma") +";"+ tr("D\351signation")+";"+ tr("Label") +";"+ tr("Commentaire") +";"+ tr("Fabriquant") +";"+ tr("Reference") +";"+ tr("Machine-reference\n");
if(m_list_diagram.isEmpty()) return data;