[qet] qet/qet: [5742] Fix typo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5742
Author: scorpio810
Date: 2019-02-21 00:45:17 +0100 (Thu, 21 Feb 2019)
Log Message:
-----------
Fix typo
Modified Paths:
--------------
trunk/sources/ui/inditextpropertieswidget.cpp
Modified: trunk/sources/ui/inditextpropertieswidget.cpp
===================================================================
--- trunk/sources/ui/inditextpropertieswidget.cpp 2019-02-20 23:35:37 UTC (rev 5741)
+++ trunk/sources/ui/inditextpropertieswidget.cpp 2019-02-20 23:45:17 UTC (rev 5742)
@@ -253,7 +253,7 @@
//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);
}