From 7167da5c35328b4ceb10e52dc1d86a80bd2e2a46 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 5 Oct 2014 23:15:28 +0000 Subject: [PATCH] Nomenclature: Fixed translation of column headers git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3357 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 2b34e6e71..77607dcdf 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("Commentaire") +";"+ 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;