mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Minor change
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3127 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -149,7 +149,7 @@ void QETElementEditor::setupActions() {
|
|||||||
zoom_reset = new QAction(QET::Icons::ZoomOriginal, tr("Pas de zoom"), this);
|
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_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);
|
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_raise = new QAction(QET::Icons::Raise, tr("Rapprocher"), this);
|
||||||
edit_lower = new QAction(QET::Icons::Lower, tr("\311loigner"), this);
|
edit_lower = new QAction(QET::Icons::Lower, tr("\311loigner"), this);
|
||||||
edit_backward = new QAction(QET::Icons::SendBackward, tr("Envoyer au fond"), this);
|
edit_backward = new QAction(QET::Icons::SendBackward, tr("Envoyer au fond"), this);
|
||||||
|
|||||||
Reference in New Issue
Block a user