git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5064 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2017-10-04 23:07:35 +00:00
parent 1a2ec0aabe
commit c9dd9ee8a2
4 changed files with 7 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ void DynamicTextFieldEditor::on_m_y_sb_editingFinished()
void DynamicTextFieldEditor::on_m_rotation_sb_editingFinished()
{
QPropertyUndoCommand *undo = new QPropertyUndoCommand(m_text_field, "rotation", m_text_field.data()->rotation(), ui->m_rotation_sb->value());
undo->setText(tr("Pivoter 2un champ texte dynamique"));
undo->setText(tr("Pivoter un champ texte dynamique"));
undo->enableAnimation(true);
undoStack().push(undo);
}