Merge pull request #3037 from manongjohn/fix_wrong_easing_labels

Fix incorrect Function Editor Easing labels
This commit is contained in:
Rodney 2020-01-22 07:58:54 -06:00 committed by GitHub
commit 24a746a0fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -377,10 +377,10 @@ EaseInOutSegmentPage::EaseInOutSegmentPage(bool isPercentage,
mainLayout->setSpacing(5);
mainLayout->setMargin(2);
{
mainLayout->addWidget(new QLabel(tr("Ease In:")), 0, 0,
mainLayout->addWidget(new QLabel(tr("Ease Out:")), 0, 0,
Qt::AlignRight | Qt::AlignVCenter);
mainLayout->addWidget(m_ease0Fld, 0, 1);
mainLayout->addWidget(new QLabel(tr("Ease Out:")), 1, 0,
mainLayout->addWidget(new QLabel(tr("Ease In:")), 1, 0,
Qt::AlignRight | Qt::AlignVCenter);
mainLayout->addWidget(m_ease1Fld, 1, 1);
}

View file

@ -473,11 +473,11 @@ Es posible que el archivo de dicho ajuste se encuentre corrupto.</translation>
<name>EaseInOutSegmentPage</name>
<message>
<source>Ease In:</source>
<translation>Aceleración suave:</translation>
<translation>Desaceleración suave:</translation>
</message>
<message>
<source>Ease Out:</source>
<translation>Desaceleración suave:</translation>
<translation>Aceleración suave:</translation>
</message>
</context>
<context>