mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge remote-tracking branch 'thenain38/fix-dynamic-trans-db'
This commit is contained in:
commit
2ec716cb54
@ -95,4 +95,7 @@ bool AdvancedForm::eventFilter(QObject *o, QEvent *e)
|
|||||||
void AdvancedForm::retranslateUi()
|
void AdvancedForm::retranslateUi()
|
||||||
{
|
{
|
||||||
bodyUI->retranslateUi(this);
|
bodyUI->retranslateUi(this);
|
||||||
|
bodyUI->syncTypeComboBox->setItemText(0, tr("Synchronized - safe (recommended)"));
|
||||||
|
bodyUI->syncTypeComboBox->setItemText(1, tr("Partially async - risky (20% faster)"));
|
||||||
|
bodyUI->syncTypeComboBox->setItemText(2, tr("Asynchronous - dangerous (fastest)"));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user