From ccb6c30ab1ec5f696476aea5de1a29178802484b Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 31 Mar 2013 18:02:09 +0000 Subject: [PATCH] Minor change. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2079 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetdiagrameditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetdiagrameditor.cpp b/sources/qetdiagrameditor.cpp index cfb05d02f..cbe622955 100644 --- a/sources/qetdiagrameditor.cpp +++ b/sources/qetdiagrameditor.cpp @@ -211,7 +211,7 @@ void QETDiagramEditor::actions() { 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);