[qet] [2913] Minor change |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2913
Author: scorpio810
Date: 2014-03-08 14:45:36 +0100 (Sat, 08 Mar 2014)
Log Message:
-----------
Minor change
Modified Paths:
--------------
trunk/sources/qetgraphicsitem/qetshapeitem.cpp
Modified: trunk/sources/qetgraphicsitem/qetshapeitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-03-07 12:34:47 UTC (rev 2912)
+++ trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-03-08 13:45:36 UTC (rev 2913)
@@ -192,7 +192,7 @@
//the dialog
QDialog property_dialog(diagram()->views().at(0));
- property_dialog.setWindowTitle(tr("\311diter les propri\351t\351s d'une shape", "window title"));
+ property_dialog.setWindowTitle(tr("\311diter les propri\351t\351s d'une liaison, Zone ", "window title"));
//the main layout
QVBoxLayout dialog_layout(&property_dialog);
@@ -202,11 +202,11 @@
QHBoxLayout restyle_layout(&restyle_groupe);
QComboBox style_combo(&property_dialog);
- style_combo.addItem(tr("Solid Line"));
- style_combo.addItem(tr("Dash Line"));
- style_combo.addItem(tr("Dot Line"));
- style_combo.addItem(tr("DashDot Line"));
- style_combo.addItem(tr("DashDotDot Line"));
+ style_combo.addItem(tr("Normal"));
+ style_combo.addItem(tr("Tiret"));
+ style_combo.addItem(tr("Pointill\351"));
+ style_combo.addItem(tr("Traits et points"));
+ style_combo.addItem(tr("Traits points points"));
// The items have been added in order accordance with Qt::PenStyle.
style_combo.setCurrentIndex(int(_shapeStyle) - 1);