From a212282e9bb9ceaaf0a165d8f1a2c39cb636dcb3 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 5 Oct 2014 14:49:37 +0000 Subject: [PATCH] Minor:fix typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3351 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/nomenclature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/nomenclature.cpp b/sources/nomenclature.cpp index 27c1546eb..ed40ef88d 100644 --- a/sources/nomenclature.cpp +++ b/sources/nomenclature.cpp @@ -81,7 +81,7 @@ bool nomenclature::saveToCSVFile() { 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;