[qet] [3096] Minor changes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3096
Author: scorpio810
Date: 2014-06-02 03:38:02 +0200 (Mon, 02 Jun 2014)
Log Message:
-----------
Minor changes
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
trunk/sources/qetgraphicsitem/qetshapeitem.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2014-06-01 20:44:22 UTC (rev 3095)
+++ trunk/sources/qetdiagrameditor.cpp 2014-06-02 01:38:02 UTC (rev 3096)
@@ -457,7 +457,7 @@
// menu Fichier
menu_fichier -> addAction(new_file);
menu_fichier -> addAction(open_file);
- QMenu *recentfile = menu_fichier -> addMenu(QET::Icons::DocumentOpenRecent, tr("&R\351cemment ouvert(s)"));
+ QMenu *recentfile = menu_fichier -> addMenu(QET::Icons::DocumentOpenRecent, tr("&R\351cemment ouverts"));
recentfile->addActions(QETApp::projectsRecentFiles()->menu()->actions());
connect(QETApp::projectsRecentFiles(), SIGNAL(fileOpeningRequested(const QString &)), this, SLOT(openRecentFile(const QString &)));
menu_fichier -> addAction(save_file);
Modified: trunk/sources/qetgraphicsitem/qetshapeitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-06-01 20:44:22 UTC (rev 3095)
+++ trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-06-02 01:38:02 UTC (rev 3096)
@@ -234,12 +234,12 @@
cb.setVisible(false);
//GroupBox for Scaling
- QGroupBox scale_groupe(QObject::tr("Scale", "shape scale"));
+ QGroupBox scale_groupe(QObject::tr("\311chelle", "shape scale"));
dialog_layout.addWidget(&scale_groupe);
QHBoxLayout scale_layout(&scale_groupe);
QLabel scale_label(&property_dialog);
- scale_label.setText(tr("Scale Factor"));
+ scale_label.setText(tr("Facteur d'\351chelle"));
QLineEdit scale_lineedit(&property_dialog);
QDoubleValidator scale_val(0.0,1000,3, &property_dialog);