From cc0dad8eaea18b10a1bd85c5be4e198373fdd6a7 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Mon, 9 Jun 2014 19:20:39 +0000 Subject: [PATCH] Minor change git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3127 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/qetelementeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index 8785f8079..222026abe 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -149,7 +149,7 @@ void QETElementEditor::setupActions() { zoom_reset = new QAction(QET::Icons::ZoomOriginal, tr("Pas de zoom"), this); edit_names = new QAction(QET::Icons::Names, tr("\311diter les noms"), this); edit_author = new QAction(QET::Icons::UserInformations, tr("\311diter les informations sur l'auteur"), this); - m_edit_properties = new QAction(QET::Icons::ElementEdit, tr("\311diter les propri\351t\351es de l'\351l\351ment)"), this); + m_edit_properties = new QAction(QET::Icons::ElementEdit, tr("\311diter les propri\351t\351es de l'\351l\351ment"), this); edit_raise = new QAction(QET::Icons::Raise, tr("Rapprocher"), this); edit_lower = new QAction(QET::Icons::Lower, tr("\311loigner"), this); edit_backward = new QAction(QET::Icons::SendBackward, tr("Envoyer au fond"), this);