[qet] [3357] Nomenclature: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3357
Author: scorpio810
Date: 2014-10-06 01:15:28 +0200 (Mon, 06 Oct 2014)
Log Message:
-----------
Nomenclature:
Fixed translation of column headers
Modified Paths:
--------------
trunk/sources/nomenclature.cpp
Modified: trunk/sources/nomenclature.cpp
===================================================================
--- trunk/sources/nomenclature.cpp 2014-10-05 23:02:54 UTC (rev 3356)
+++ trunk/sources/nomenclature.cpp 2014-10-05 23:15:28 UTC (rev 3357)
@@ -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("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;