From 09d373bc2167a43115f513ef37bc3cc72d689826 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Wed, 20 Feb 2019 23:45:17 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5742 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/ui/inditextpropertieswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/inditextpropertieswidget.cpp b/sources/ui/inditextpropertieswidget.cpp index 3c359aa7c..d222c61f7 100644 --- a/sources/ui/inditextpropertieswidget.cpp +++ b/sources/ui/inditextpropertieswidget.cpp @@ -253,7 +253,7 @@ QUndoCommand *IndiTextPropertiesWidget::associatedUndo() const //In mode not live edit, only one text can be edited else if (m_text_list.isEmpty()) { - QUndoCommand *undo = new QUndoCommand(tr("Modifier les propriétées d'un texte")); + QUndoCommand *undo = new QUndoCommand(tr("Modifier les propriétés d'un texte")); if(ui->m_x_sb->value() != m_text->pos().x()) { new QPropertyUndoCommand(m_text.data(), "x", QVariant(m_text->pos().x()), QVariant(ui->m_x_sb->value()), undo); }