[qet] [3354] minor, fix typo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3354
Author: scorpio810
Date: 2014-10-06 00:59:52 +0200 (Mon, 06 Oct 2014)
Log Message:
-----------
minor, fix typo
Modified Paths:
--------------
trunk/sources/nomenclature.cpp
trunk/sources/ui/conductorpropertieswidget.ui
Modified: trunk/sources/nomenclature.cpp
===================================================================
--- trunk/sources/nomenclature.cpp 2014-10-05 22:42:12 UTC (rev 3353)
+++ trunk/sources/nomenclature.cpp 2014-10-05 22:59:52 UTC (rev 3354)
@@ -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;
Modified: trunk/sources/ui/conductorpropertieswidget.ui
===================================================================
--- trunk/sources/ui/conductorpropertieswidget.ui 2014-10-05 22:42:12 UTC (rev 3353)
+++ trunk/sources/ui/conductorpropertieswidget.ui 2014-10-05 22:59:52 UTC (rev 3354)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>570</width>
- <height>453</height>
+ <width>633</width>
+ <height>461</height>
</rect>
</property>
<property name="windowTitle">
@@ -105,7 +105,7 @@
<item>
<widget class="QCheckBox" name="m_no_one_text_per_folio_cb">
<property name="text">
- <string>Ne pas subir l'option : afficher un seul texte par potentiel présent sur un folio. (Inactifl)</string>
+ <string>Ne pas subir l'option : afficher un seul texte par potentiel présent sur un folio. (Inactif)</string>
</property>
</widget>
</item>