[qet] [2079] Minor change. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2079
Author: scorpio810
Date: 2013-03-31 20:02:09 +0200 (Sun, 31 Mar 2013)
Log Message:
-----------
Minor change.
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2013-03-31 17:05:19 UTC (rev 2078)
+++ trunk/sources/qetdiagrameditor.cpp 2013-03-31 18:02:09 UTC (rev 2079)
@@ -211,7 +211,7 @@
conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("R\351initialiser les conducteurs"), this);
infos_diagram = new QAction(QET::Icons::DialogInformation, tr("Propri\351t\351s du sch\351ma"), this);
add_text = new QAction(QET::Icons::PartTextField, tr("Ajouter un champ de texte"), this);
- add_edittext = new QAction(QET::Icons::EditText, tr("Editer un champ de texte"), this);
+ add_edittext = new QAction(QET::Icons::EditText, tr("\311diter un champ de texte"), this);
add_column = new QAction(QET::Icons::EditTableInsertColumnRight, tr("Ajouter une colonne"), this);
remove_column = new QAction(QET::Icons::EditTableDeleteColumn, tr("Enlever une colonne"), this);
add_row = new QAction(QET::Icons::EditTableInsertRowUnder, tr("Ajouter une ligne"), this);